Html Css Color HEX #679214 Olive Drab

📋 copy color: '#679214'

red 103 ◦ green 146 ◦ blue 20

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

Shades of Olive Drab #679214

Tints of Olive Drab #679214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.28%

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

R = 38.29%
G = 54.28%
B = 7.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#679214 (or 0x679214) is known color: Olive Drab. HEX triplet: 67, 92 and 14. RGB value is (103,146,20). Sum of RGB (Red+Green+Blue) = 103+146+20=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #679214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679214 is #986DEB. Grayscale: #777777. Windows color (decimal): -9989612 or 1348199. OLE color: 1348199.

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

Color convert

RGB 103 146 20 -
CMYK 0.29 0 0.86 0.43
HSL 80.48º 0.76% 0.33% -
HSV(B) 80.48º 0.86% 0.57% -
XYZ 16 23.49 4.35 -
YUV 118.78 72.25 116.75 -
System Red Green Blue C M Y K H S L
Decimal 103 146 20 0.29 0 0.86 0.43 80.48 0.76 0.33
Hex 67 92 14 1D 0 56 2B 50 4C 21
Octal 147 222 24 35 0 126 53 120 114 41
Binary 1100111 10010010 10100 11101 0 1010110 101011 1010000 1001100 100001

Color Harmonies of #679214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679214

Black with #679214

Text Example


Text Example

White with #679214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679214; }

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

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

background-color css

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

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

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

border-color css

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

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

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