Html Css Color HEX #679420 Olive Drab

📋 copy color: '#679420'

red 103 ◦ green 148 ◦ blue 32

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

Shades of Olive Drab #679420

Tints of Olive Drab #679420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.3%

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

R = 36.4%
G = 52.3%
B = 11.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#679420 (or 0x679420) is known color: Olive Drab. HEX triplet: 67, 94 and 20. RGB value is (103,148,32). Sum of RGB (Red+Green+Blue) = 103+148+32=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #679420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679420 is #986BDF. Grayscale: #797979. Windows color (decimal): -9989088 or 2135143. OLE color: 2135143.

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

Color convert

RGB 103 148 32 -
CMYK 0.30 0 0.78 0.42
HSL 83.28º 0.64% 0.35% -
HSV(B) 83.28º 0.78% 0.58% -
XYZ 16.44 24.17 5.16 -
YUV 121.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 103 148 32 0.30 0 0.78 0.42 83.28 0.64 0.35
Hex 67 94 20 1E 0 4E 2A 53 40 23
Octal 147 224 40 36 0 116 52 123 100 43
Binary 1100111 10010100 100000 11110 0 1001110 101010 1010011 1000000 100011

Color Harmonies of #679420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679420

Black with #679420

Text Example


Text Example

White with #679420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679420; }

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

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

background-color css

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

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

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

border-color css

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

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

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