Html Css Color HEX #679010 Olive Drab

📋 copy color: '#679010'

red 103 ◦ green 144 ◦ blue 16

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

Shades of Olive Drab #679010

Tints of Olive Drab #679010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.75%

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

R = 39.16%
G = 54.75%
B = 6.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#679010 (or 0x679010) is known color: Olive Drab. HEX triplet: 67, 90 and 10. RGB value is (103,144,16). Sum of RGB (Red+Green+Blue) = 103+144+16=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #679010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679010 is #986FEF. Grayscale: #757575. Windows color (decimal): -9990128 or 1085543. OLE color: 1085543.

HSL color Cylindrical-coordinate representation of color #679010: hue angle of 79.22º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #679010 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 144 16 -
CMYK 0.28 0 0.89 0.44
HSL 79.22º 0.8% 0.31% -
HSV(B) 79.22º 0.89% 0.56% -
XYZ 15.66 22.87 4.08 -
YUV 117.15 70.92 117.91 -
System Red Green Blue C M Y K H S L
Decimal 103 144 16 0.28 0 0.89 0.44 79.22 0.8 0.31
Hex 67 90 10 1C 0 59 2C 4F 50 1F
Octal 147 220 20 34 0 131 54 117 120 37
Binary 1100111 10010000 10000 11100 0 1011001 101100 1001111 1010000 11111

Color Harmonies of #679010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679010

Black with #679010

Text Example


Text Example

White with #679010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679010; }

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

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

background-color css

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

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

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

border-color css

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

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

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