Html Css Color HEX #679316 Olive Drab

📋 copy color: '#679316'

red 103 ◦ green 147 ◦ blue 22

#679316
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #679316

Tints of Olive Drab #679316

RGB

 RED value IS 103 (40.63% from 255) = 37.87%

 GREEN value IS 147 (57.81% from 255) = 54.04%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 37.87%
G = 54.04%
B = 8.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#679316 (or 0x679316) is known color: Olive Drab. HEX triplet: 67, 93 and 16. RGB value is (103,147,22). Sum of RGB (Red+Green+Blue) = 103+147+22=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #679316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679316 is #986CE9. Grayscale: #787878. Windows color (decimal): -9989354 or 1479527. OLE color: 1479527.

HSL color Cylindrical-coordinate representation of color #679316: hue angle of 81.12º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #679316 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 147 22 -
CMYK 0.30 0 0.85 0.42
HSL 81.12º 0.74% 0.33% -
HSV(B) 81.12º 0.85% 0.58% -
XYZ 16.17 23.81 4.5 -
YUV 119.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 103 147 22 0.30 0 0.85 0.42 81.12 0.74 0.33
Hex 67 93 16 1E 0 55 2A 51 4A 21
Octal 147 223 26 36 0 125 52 121 112 41
Binary 1100111 10010011 10110 11110 0 1010101 101010 1010001 1001010 100001

Color Harmonies of #679316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679316

Black with #679316

Text Example


Text Example

White with #679316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679316; }

 p { color: rgb(103,147,22); }

 H1.HeaderClassName
 {
   color: #679316;
 }
 .AnyTagClassName
 {
   color: #679316;
 }
</style>

background-color css

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

 a { background-color: rgb(103,147,22); }

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

border-color css

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

 span { border-color: rgb(103,147,22); }

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