Html Css Color HEX #679620 Olive Drab

📋 copy color: '#679620'

red 103 ◦ green 150 ◦ blue 32

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

Shades of Olive Drab #679620

Tints of Olive Drab #679620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.63%

 BLUE value IS 32 (12.89% from 255) = 11.23%

R = 36.14%
G = 52.63%
B = 11.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#679620 (or 0x679620) is known color: Olive Drab. HEX triplet: 67, 96 and 20. RGB value is (103,150,32). Sum of RGB (Red+Green+Blue) = 103+150+32=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #679620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679620 is #9869DF. Grayscale: #7A7A7A. Windows color (decimal): -9988576 or 2135655. OLE color: 2135655.

HSL color Cylindrical-coordinate representation of color #679620: hue angle of 83.9º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #679620 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 150 32 -
CMYK 0.31 0 0.79 0.41
HSL 83.9º 0.65% 0.36% -
HSV(B) 83.9º 0.79% 0.59% -
XYZ 16.76 24.8 5.27 -
YUV 122.5 76.93 114.09 -
System Red Green Blue C M Y K H S L
Decimal 103 150 32 0.31 0 0.79 0.41 83.9 0.65 0.36
Hex 67 96 20 1F 0 4F 29 54 41 24
Octal 147 226 40 37 0 117 51 124 101 44
Binary 1100111 10010110 100000 11111 0 1001111 101001 1010100 1000001 100100

Color Harmonies of #679620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679620

Black with #679620

Text Example


Text Example

White with #679620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679620; }

 p { color: rgb(103,150,32); }

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

background-color css

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

 a { background-color: rgb(103,150,32); }

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

border-color css

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

 span { border-color: rgb(103,150,32); }

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