#678122

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

Shades of Olive Drab #678122

Tints of Olive Drab #678122

Color information

#678122 (or 0x678122) is unknown color: approx Olive Drab. HEX triplet: 67, 81 and 22. RGB value is (103,129,34). Sum of RGB (Red+Green+Blue) = 103+129+34=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #678122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678122 is #987EDD. Grayscale: #6E6E6E. Windows color (decimal): -9993950 or 2261351. OLE color: 2261351.

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

Color convert

RGB10312934-
CMYK0.2000.740.49
HSL76.42º58.28%31.96%-
HSV(B)76.42º73.64%50.59%-
XYZ13.7318.74.4-
YUV110.484.89122.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.72%
GREEN value IS 129 (50.78% from 255) = 48.50%
BLUE value IS 34 (13.67% from 255) = 12.78%
R=38.72%
G=48.50%
B=12.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103129340.2000.740.4976.4258.2831.96
Hex6781221404A314c3a20
Octal14720142240112611147240
Binary11001111000000110001010100010010101100011001100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678122; }

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

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

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

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

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

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

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

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