#679122

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

Shades of Olive Drab #679122

Tints of Olive Drab #679122

Color information

#679122 (or 0x679122) is unknown color: approx Olive Drab. HEX triplet: 67, 91 and 22. RGB value is (103,145,34). Sum of RGB (Red+Green+Blue) = 103+145+34=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #679122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679122 is #986EDD. Grayscale: #787878. Windows color (decimal): -9989854 or 2265447. OLE color: 2265447.

HSL color Cylindrical-coordinate representation of color #679122: hue angle of 82.7º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #679122 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB10314534-
CMYK0.2900.770.43
HSL82.7º62.01%35.1%-
HSV(B)82.7º76.55%56.86%-
XYZ16.0123.255.16-
YUV119.7979.59116.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.52%
GREEN value IS 145 (57.03% from 255) = 51.42%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=36.52%
G=51.42%
B=12.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103145340.2900.770.4382.762.0135.1
Hex6791221D04D2B533e23
Octal14722142350115531237643
Binary11001111001000110001011101010011011010111010011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679122; }

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

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

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

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

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

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

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

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