Html Css Color HEX #678120 Olive Drab

📋 copy color: '#678120'

red 103 ◦ green 129 ◦ blue 32

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

Shades of Olive Drab #678120

Tints of Olive Drab #678120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.86%

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

R = 39.02%
G = 48.86%
B = 12.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#678120 (or 0x678120) is known color: Olive Drab. HEX triplet: 67, 81 and 20. RGB value is (103,129,32). Sum of RGB (Red+Green+Blue) = 103+129+32=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #678120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678120 is #987EDF. Grayscale: #6E6E6E. Windows color (decimal): -9993952 or 2130279. OLE color: 2130279.

HSL color Cylindrical-coordinate representation of color #678120: hue angle of 76.08º 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 #678120 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 129 32 -
CMYK 0.20 0 0.75 0.49
HSL 76.08º 0.6% 0.32% -
HSV(B) 76.08º 0.75% 0.51% -
XYZ 13.7 18.69 4.25 -
YUV 110.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 103 129 32 0.20 0 0.75 0.49 76.08 0.6 0.32
Hex 67 81 20 14 0 4B 31 4C 3C 20
Octal 147 201 40 24 0 113 61 114 74 40
Binary 1100111 10000001 100000 10100 0 1001011 110001 1001100 111100 100000

Color Harmonies of #678120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678120

Black with #678120

Text Example


Text Example

White with #678120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678120; }

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

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

background-color css

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

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

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

border-color css

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

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

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