Html Css Color HEX #768E26 Olive Drab

📋 copy color: '#768E26'

red 118 ◦ green 142 ◦ blue 38

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

Shades of Olive Drab #768E26

Tints of Olive Drab #768E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.75%

R = 39.6%
G = 47.65%
B = 12.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#768E26 (or 0x768E26) is known color: Olive Drab. HEX triplet: 76, 8E and 26. RGB value is (118,142,38). Sum of RGB (Red+Green+Blue) = 118+142+38=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 142 - color contains mainly: green. Hex color #768E26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768E26 is #8971D9. Grayscale: #7B7B7B. Windows color (decimal): -9007578 or 2526838. OLE color: 2526838.

HSL color Cylindrical-coordinate representation of color #768E26: hue angle of 73.85º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #768E26 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 142 38 -
CMYK 0.17 0 0.73 0.44
HSL 73.85º 0.58% 0.35% -
HSV(B) 73.85º 0.73% 0.56% -
XYZ 17.49 23.34 5.42 -
YUV 122.97 80.05 124.46 -
System Red Green Blue C M Y K H S L
Decimal 118 142 38 0.17 0 0.73 0.44 73.85 0.58 0.35
Hex 76 8E 26 11 0 49 2C 4A 3A 23
Octal 166 216 46 21 0 111 54 112 72 43
Binary 1110110 10001110 100110 10001 0 1001001 101100 1001010 111010 100011

Color Harmonies of #768E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768E26

Black with #768E26

Text Example


Text Example

White with #768E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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