Html Css Color HEX #768E0F Olive Drab

📋 copy color: '#768E0F'

red 118 ◦ green 142 ◦ blue 15

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

Shades of Olive Drab #768E0F

Tints of Olive Drab #768E0F

RGB

 RED value IS 118 (46.48% from 255) = 42.91%

 GREEN value IS 142 (55.86% from 255) = 51.64%

 BLUE value IS 15 (6.25% from 255) = 5.45%

R = 42.91%
G = 51.64%
B = 5.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#768E0F (or 0x768E0F) is known color: Olive Drab. HEX triplet: 76, 8E and 0F. RGB value is (118,142,15). Sum of RGB (Red+Green+Blue) = 118+142+15=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #768E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768E0F is #8971F0. Grayscale: #787878. Windows color (decimal): -9007601 or 1019510. OLE color: 1019510.

HSL color Cylindrical-coordinate representation of color #768E0F: hue angle of 71.34º degrees, saturation: 0.81, 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 #768E0F is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 142 15 -
CMYK 0.17 0 0.89 0.44
HSL 71.34º 0.81% 0.31% -
HSV(B) 71.34º 0.89% 0.56% -
XYZ 17.23 23.23 4.03 -
YUV 120.35 68.55 126.33 -
System Red Green Blue C M Y K H S L
Decimal 118 142 15 0.17 0 0.89 0.44 71.34 0.81 0.31
Hex 76 8E F 11 0 59 2C 47 51 1F
Octal 166 216 17 21 0 131 54 107 121 37
Binary 1110110 10001110 1111 10001 0 1011001 101100 1000111 1010001 11111

Color Harmonies of #768E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768E0F

Black with #768E0F

Text Example


Text Example

White with #768E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768E0F; }

 p { color: rgb(118,142,15); }

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

background-color css

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

 a { background-color: rgb(118,142,15); }

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

border-color css

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

 span { border-color: rgb(118,142,15); }

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