#614E12

Color #614E12 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #614E12

Tints of Bronze Olive #614E12

Color information

#614E12 (or 0x614E12) is unknown color: approx Bronze Olive. HEX triplet: 61, 4E and 12. RGB value is (97,78,18). Sum of RGB (Red+Green+Blue) = 97+78+18=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #614E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E12 is #9EB1ED. Grayscale: #4D4D4D. Windows color (decimal): -10400238 or 1199713. OLE color: 1199713.

HSL color Cylindrical-coordinate representation of color #614E12: hue angle of 45.57º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #614E12 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB977818-
CMYK00.200.810.62
HSL45.57º68.7%22.55%-
HSV(B)45.57º81.44%38.04%-
XYZ7.768.031.71-
YUV76.8494.79142.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=50.26%
G=40.41%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97781800.200.810.6245.5768.722.55
Hex614E12014513E2e4517
Octal14111622024121765610527
Binary11000011001110100100101001010001111110101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614E12; }

 p { color: rgb(97,78,18); }

 H1.HeaderClassName
 {
   color: #614E12;
 }
 .AnyTagClassName
 {
   color: #614E12;
 }
</style>
background-color css

<style>
 a { background-color: #614E12; }

 a { background-color: rgb(97,78,18); }

 div.DivClassName
 {
   background-color: #614E12;
 }
 .BgClassName
 {
   background-color: #614E12;
 }
</style>
border-color css

<style>
 span { border-color: #614E12; }

 span { border-color: rgb(97,78,18); }

 td.TdClassName
 {
   border-color: #614E12;
 }
 .TagClassName
 {
   border-color: #614E12;
 }
</style>