#678125

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

Shades of Olive Drab #678125

Tints of Olive Drab #678125

Color information

#678125 (or 0x678125) is unknown color: approx Olive Drab. HEX triplet: 67, 81 and 25. RGB value is (103,129,37). Sum of RGB (Red+Green+Blue) = 103+129+37=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #678125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678125 is #987EDA. Grayscale: #6F6F6F. Windows color (decimal): -9993947 or 2457959. OLE color: 2457959.

HSL color Cylindrical-coordinate representation of color #678125: hue angle of 76.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #678125 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB10312937-
CMYK0.2000.710.49
HSL76.96º55.42%32.55%-
HSV(B)76.96º71.32%50.59%-
XYZ13.7818.724.64-
YUV110.7486.39122.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.29%
GREEN value IS 129 (50.78% from 255) = 47.96%
BLUE value IS 37 (14.84% from 255) = 13.75%
R=38.29%
G=47.96%
B=13.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103129370.2000.710.4976.9655.4232.55
Hex67812514047314d3721
Octal14720145240107611156741
Binary11001111000000110010110100010001111100011001101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678125; }

 p { color: rgb(103,129,37); }

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

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

 a { background-color: rgb(103,129,37); }

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

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

 span { border-color: rgb(103,129,37); }

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