Html Css Color HEX #768B28 Olive Drab

📋 copy color: '#768B28'

red 118 ◦ green 139 ◦ blue 40

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

Shades of Olive Drab #768B28

Tints of Olive Drab #768B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.47%

R = 39.73%
G = 46.8%
B = 13.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#768B28 (or 0x768B28) is known color: Olive Drab. HEX triplet: 76, 8B and 28. RGB value is (118,139,40). Sum of RGB (Red+Green+Blue) = 118+139+40=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #768B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B28 is #8974D7. Grayscale: #797979. Windows color (decimal): -9008344 or 2657142. OLE color: 2657142.

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

Color convert

RGB 118 139 40 -
CMYK 0.15 0 0.71 0.45
HSL 72.73º 0.55% 0.35% -
HSV(B) 72.73º 0.71% 0.55% -
XYZ 17.09 22.47 5.44 -
YUV 121.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 118 139 40 0.15 0 0.71 0.45 72.73 0.55 0.35
Hex 76 8B 28 F 0 47 2D 49 37 23
Octal 166 213 50 17 0 107 55 111 67 43
Binary 1110110 10001011 101000 1111 0 1000111 101101 1001001 110111 100011

Color Harmonies of #768B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B28

Black with #768B28

Text Example


Text Example

White with #768B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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