Html Css Color HEX #768B25 Olive Drab

📋 copy color: '#768B25'

red 118 ◦ green 139 ◦ blue 37

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

Shades of Olive Drab #768B25

Tints of Olive Drab #768B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.28%

 BLUE value IS 37 (14.84% from 255) = 12.59%

R = 40.14%
G = 47.28%
B = 12.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#768B25 (or 0x768B25) is known color: Olive Drab. HEX triplet: 76, 8B and 25. RGB value is (118,139,37). Sum of RGB (Red+Green+Blue) = 118+139+37=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #768B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B25 is #8974DA. Grayscale: #797979. Windows color (decimal): -9008347 or 2460534. OLE color: 2460534.

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

Color convert

RGB 118 139 37 -
CMYK 0.15 0 0.73 0.45
HSL 72.35º 0.58% 0.35% -
HSV(B) 72.35º 0.73% 0.55% -
XYZ 17.04 22.45 5.19 -
YUV 121.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 118 139 37 0.15 0 0.73 0.45 72.35 0.58 0.35
Hex 76 8B 25 F 0 49 2D 48 3A 23
Octal 166 213 45 17 0 111 55 110 72 43
Binary 1110110 10001011 100101 1111 0 1001001 101101 1001000 111010 100011

Color Harmonies of #768B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B25

Black with #768B25

Text Example


Text Example

White with #768B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,139,37); }

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

background-color css

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

 a { background-color: rgb(118,139,37); }

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

border-color css

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

 span { border-color: rgb(118,139,37); }

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