Html Css Color HEX #679210 Olive Drab

📋 copy color: '#679210'

red 103 ◦ green 146 ◦ blue 16

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

Shades of Olive Drab #679210

Tints of Olive Drab #679210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

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

R = 38.87%
G = 55.09%
B = 6.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#679210 (or 0x679210) is known color: Olive Drab. HEX triplet: 67, 92 and 10. RGB value is (103,146,16). Sum of RGB (Red+Green+Blue) = 103+146+16=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #679210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679210 is #986DEF. Grayscale: #767676. Windows color (decimal): -9989616 or 1086055. OLE color: 1086055.

HSL color Cylindrical-coordinate representation of color #679210: hue angle of 79.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #679210 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 146 16 -
CMYK 0.29 0 0.89 0.43
HSL 79.85º 0.8% 0.32% -
HSV(B) 79.85º 0.89% 0.57% -
XYZ 15.97 23.48 4.18 -
YUV 118.32 70.25 117.07 -
System Red Green Blue C M Y K H S L
Decimal 103 146 16 0.29 0 0.89 0.43 79.85 0.8 0.32
Hex 67 92 10 1D 0 59 2B 50 50 20
Octal 147 222 20 35 0 131 53 120 120 40
Binary 1100111 10010010 10000 11101 0 1011001 101011 1010000 1010000 100000

Color Harmonies of #679210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679210

Black with #679210

Text Example


Text Example

White with #679210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679210; }

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

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

background-color css

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

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

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

border-color css

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

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

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