Html Css Color HEX #679110 Olive Drab

📋 copy color: '#679110'

red 103 ◦ green 145 ◦ blue 16

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

Shades of Olive Drab #679110

Tints of Olive Drab #679110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.92%

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

R = 39.02%
G = 54.92%
B = 6.06%

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

#679110 (or 0x679110) is known color: Olive Drab. HEX triplet: 67, 91 and 10. RGB value is (103,145,16). Sum of RGB (Red+Green+Blue) = 103+145+16=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #679110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679110 is #986EEF. Grayscale: #767676. Windows color (decimal): -9989872 or 1085799. OLE color: 1085799.

HSL color Cylindrical-coordinate representation of color #679110: hue angle of 79.53º 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 #679110 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 145 16 -
CMYK 0.29 0 0.89 0.43
HSL 79.53º 0.8% 0.32% -
HSV(B) 79.53º 0.89% 0.57% -
XYZ 15.81 23.17 4.13 -
YUV 117.74 70.59 117.49 -
System Red Green Blue C M Y K H S L
Decimal 103 145 16 0.29 0 0.89 0.43 79.53 0.8 0.32
Hex 67 91 10 1D 0 59 2B 50 50 20
Octal 147 221 20 35 0 131 53 120 120 40
Binary 1100111 10010001 10000 11101 0 1011001 101011 1010000 1010000 100000

Color Harmonies of #679110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679110

Black with #679110

Text Example


Text Example

White with #679110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679110; }

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

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

background-color css

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

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

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

border-color css

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

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

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