Html Css Color HEX #678010 Olive Drab

📋 copy color: '#678010'

red 103 ◦ green 128 ◦ blue 16

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

Shades of Olive Drab #678010

Tints of Olive Drab #678010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.82%

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 41.7%
G = 51.82%
B = 6.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#678010 (or 0x678010) is known color: Olive Drab. HEX triplet: 67, 80 and 10. RGB value is (103,128,16). Sum of RGB (Red+Green+Blue) = 103+128+16=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #678010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678010 is #987FEF. Grayscale: #6C6C6C. Windows color (decimal): -9994224 or 1081447. OLE color: 1081447.

HSL color Cylindrical-coordinate representation of color #678010: hue angle of 73.39º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #678010 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 128 16 -
CMYK 0.20 0 0.88 0.50
HSL 73.39º 0.78% 0.28% -
HSV(B) 73.39º 0.88% 0.5% -
XYZ 13.41 18.36 3.33 -
YUV 107.76 76.22 124.61 -
System Red Green Blue C M Y K H S L
Decimal 103 128 16 0.20 0 0.88 0.50 73.39 0.78 0.28
Hex 67 80 10 14 0 58 32 49 4E 1C
Octal 147 200 20 24 0 130 62 111 116 34
Binary 1100111 10000000 10000 10100 0 1011000 110010 1001001 1001110 11100

Color Harmonies of #678010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678010

Black with #678010

Text Example


Text Example

White with #678010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678010; }

 p { color: rgb(103,128,16); }

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

background-color css

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

 a { background-color: rgb(103,128,16); }

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

border-color css

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

 span { border-color: rgb(103,128,16); }

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