Html Css Color HEX #678212 Olive Drab

📋 copy color: '#678212'

red 103 ◦ green 130 ◦ blue 18

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

Shades of Olive Drab #678212

Tints of Olive Drab #678212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 41.04%
G = 51.79%
B = 7.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#678212 (or 0x678212) is known color: Olive Drab. HEX triplet: 67, 82 and 12. RGB value is (103,130,18). Sum of RGB (Red+Green+Blue) = 103+130+18=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #678212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678212 is #987DED. Grayscale: #6D6D6D. Windows color (decimal): -9993710 or 1213031. OLE color: 1213031.

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

Color convert

RGB 103 130 18 -
CMYK 0.21 0 0.86 0.49
HSL 74.46º 0.76% 0.29% -
HSV(B) 74.46º 0.86% 0.51% -
XYZ 13.69 18.89 3.5 -
YUV 109.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 103 130 18 0.21 0 0.86 0.49 74.46 0.76 0.29
Hex 67 82 12 15 0 56 31 4A 4C 1D
Octal 147 202 22 25 0 126 61 112 114 35
Binary 1100111 10000010 10010 10101 0 1010110 110001 1001010 1001100 11101

Color Harmonies of #678212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678212

Black with #678212

Text Example


Text Example

White with #678212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678212; }

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

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

background-color css

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

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

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

border-color css

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

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

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