Html Css Color HEX #678220 Olive Drab

📋 copy color: '#678220'

red 103 ◦ green 130 ◦ blue 32

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

Shades of Olive Drab #678220

Tints of Olive Drab #678220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.06%

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

R = 38.87%
G = 49.06%
B = 12.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#678220 (or 0x678220) is known color: Olive Drab. HEX triplet: 67, 82 and 20. RGB value is (103,130,32). Sum of RGB (Red+Green+Blue) = 103+130+32=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #678220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678220 is #987DDF. Grayscale: #6F6F6F. Windows color (decimal): -9993696 or 2130535. OLE color: 2130535.

HSL color Cylindrical-coordinate representation of color #678220: hue angle of 76.53º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #678220 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 32 -
CMYK 0.21 0 0.75 0.49
HSL 76.53º 0.6% 0.32% -
HSV(B) 76.53º 0.75% 0.51% -
XYZ 13.84 18.95 4.3 -
YUV 110.76 83.55 122.47 -
System Red Green Blue C M Y K H S L
Decimal 103 130 32 0.21 0 0.75 0.49 76.53 0.6 0.32
Hex 67 82 20 15 0 4B 31 4D 3C 20
Octal 147 202 40 25 0 113 61 115 74 40
Binary 1100111 10000010 100000 10101 0 1001011 110001 1001101 111100 100000

Color Harmonies of #678220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678220

Black with #678220

Text Example


Text Example

White with #678220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678220; }

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

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

background-color css

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

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

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

border-color css

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

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

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