Html Css Color HEX #679A14 Olive Drab

📋 copy color: '#679A14'

red 103 ◦ green 154 ◦ blue 20

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

Shades of Olive Drab #679A14

Tints of Olive Drab #679A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.6%

 BLUE value IS 20 (8.2% from 255) = 7.22%

R = 37.18%
G = 55.6%
B = 7.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#679A14 (or 0x679A14) is known color: Olive Drab. HEX triplet: 67, 9A and 14. RGB value is (103,154,20). Sum of RGB (Red+Green+Blue) = 103+154+20=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #679A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679A14 is #9865EB. Grayscale: #7B7B7B. Windows color (decimal): -9987564 or 1350247. OLE color: 1350247.

HSL color Cylindrical-coordinate representation of color #679A14: hue angle of 82.84º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #679A14 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 154 20 -
CMYK 0.33 0 0.87 0.40
HSL 82.84º 0.77% 0.34% -
HSV(B) 82.84º 0.87% 0.6% -
XYZ 17.28 26.05 4.78 -
YUV 123.48 69.6 113.4 -
System Red Green Blue C M Y K H S L
Decimal 103 154 20 0.33 0 0.87 0.40 82.84 0.77 0.34
Hex 67 9A 14 21 0 57 28 53 4D 22
Octal 147 232 24 41 0 127 50 123 115 42
Binary 1100111 10011010 10100 100001 0 1010111 101000 1010011 1001101 100010

Color Harmonies of #679A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679A14

Black with #679A14

Text Example


Text Example

White with #679A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679A14; }

 p { color: rgb(103,154,20); }

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

background-color css

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

 a { background-color: rgb(103,154,20); }

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

border-color css

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

 span { border-color: rgb(103,154,20); }

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