#679022

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

Shades of Olive Drab #679022

Tints of Olive Drab #679022

Color information

#679022 (or 0x679022) is unknown color: approx Olive Drab. HEX triplet: 67, 90 and 22. RGB value is (103,144,34). Sum of RGB (Red+Green+Blue) = 103+144+34=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #679022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679022 is #986FDD. Grayscale: #777777. Windows color (decimal): -9990110 or 2265191. OLE color: 2265191.

HSL color Cylindrical-coordinate representation of color #679022: hue angle of 82.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #679022 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB10314434-
CMYK0.2800.760.44
HSL82.36º61.8%34.9%-
HSV(B)82.36º76.39%56.47%-
XYZ15.8622.955.11-
YUV119.279.92116.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.65%
GREEN value IS 144 (56.64% from 255) = 51.25%
BLUE value IS 34 (13.67% from 255) = 12.10%
R=36.65%
G=51.25%
B=12.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103144340.2800.760.4482.3661.834.9
Hex6790221C04C2C523e23
Octal14722042340114541227643
Binary11001111001000010001011100010011001011001010010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679022; }

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

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

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

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

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

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

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

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