Html Css Color HEX #678410 Olive Drab

📋 copy color: '#678410'

red 103 ◦ green 132 ◦ blue 16

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

Shades of Olive Drab #678410

Tints of Olive Drab #678410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.59%

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

R = 41.04%
G = 52.59%
B = 6.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#678410 (or 0x678410) is known color: Olive Drab. HEX triplet: 67, 84 and 10. RGB value is (103,132,16). Sum of RGB (Red+Green+Blue) = 103+132+16=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #678410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678410 is #987BEF. Grayscale: #6E6E6E. Windows color (decimal): -9993200 or 1082471. OLE color: 1082471.

HSL color Cylindrical-coordinate representation of color #678410: hue angle of 75º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #678410 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 132 16 -
CMYK 0.22 0 0.88 0.48
HSL 75º 0.78% 0.29% -
HSV(B) 75º 0.88% 0.52% -
XYZ 13.94 19.42 3.5 -
YUV 110.11 74.89 122.93 -
System Red Green Blue C M Y K H S L
Decimal 103 132 16 0.22 0 0.88 0.48 75 0.78 0.29
Hex 67 84 10 16 0 58 30 4B 4E 1D
Octal 147 204 20 26 0 130 60 113 116 35
Binary 1100111 10000100 10000 10110 0 1011000 110000 1001011 1001110 11101

Color Harmonies of #678410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678410

Black with #678410

Text Example


Text Example

White with #678410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678410; }

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

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

background-color css

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

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

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

border-color css

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

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

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