Html Css Color HEX #768D28 Olive Drab

📋 copy color: '#768D28'

red 118 ◦ green 141 ◦ blue 40

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

Shades of Olive Drab #768D28

Tints of Olive Drab #768D28

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.16%

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

R = 39.46%
G = 47.16%
B = 13.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#768D28 (or 0x768D28) is known color: Olive Drab. HEX triplet: 76, 8D and 28. RGB value is (118,141,40). Sum of RGB (Red+Green+Blue) = 118+141+40=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #768D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D28 is #8972D7. Grayscale: #7A7A7A. Windows color (decimal): -9007832 or 2657654. OLE color: 2657654.

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

Color convert

RGB 118 141 40 -
CMYK 0.16 0 0.72 0.45
HSL 73.66º 0.56% 0.35% -
HSV(B) 73.66º 0.72% 0.55% -
XYZ 17.38 23.05 5.54 -
YUV 122.61 81.38 124.71 -
System Red Green Blue C M Y K H S L
Decimal 118 141 40 0.16 0 0.72 0.45 73.66 0.56 0.35
Hex 76 8D 28 10 0 48 2D 4A 38 23
Octal 166 215 50 20 0 110 55 112 70 43
Binary 1110110 10001101 101000 10000 0 1001000 101101 1001010 111000 100011

Color Harmonies of #768D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D28

Black with #768D28

Text Example


Text Example

White with #768D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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