Html Css Color HEX #678216 Olive Drab

📋 copy color: '#678216'

red 103 ◦ green 130 ◦ blue 22

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

Shades of Olive Drab #678216

Tints of Olive Drab #678216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 40.39%
G = 50.98%
B = 8.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#678216 (or 0x678216) is known color: Olive Drab. HEX triplet: 67, 82 and 16. RGB value is (103,130,22). Sum of RGB (Red+Green+Blue) = 103+130+22=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #678216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678216 is #987DE9. Grayscale: #6E6E6E. Windows color (decimal): -9993706 or 1475175. OLE color: 1475175.

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

Color convert

RGB 103 130 22 -
CMYK 0.21 0 0.83 0.49
HSL 75º 0.71% 0.3% -
HSV(B) 75º 0.83% 0.51% -
XYZ 13.72 18.91 3.69 -
YUV 109.62 78.55 123.28 -
System Red Green Blue C M Y K H S L
Decimal 103 130 22 0.21 0 0.83 0.49 75 0.71 0.3
Hex 67 82 16 15 0 53 31 4B 47 1E
Octal 147 202 26 25 0 123 61 113 107 36
Binary 1100111 10000010 10110 10101 0 1010011 110001 1001011 1000111 11110

Color Harmonies of #678216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678216

Black with #678216

Text Example


Text Example

White with #678216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678216; }

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

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

background-color css

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

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

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

border-color css

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

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

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