Html Css Color HEX #769028 Olive Drab

📋 copy color: '#769028'

red 118 ◦ green 144 ◦ blue 40

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

Shades of Olive Drab #769028

Tints of Olive Drab #769028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.68%

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

R = 39.07%
G = 47.68%
B = 13.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#769028 (or 0x769028) is known color: Olive Drab. HEX triplet: 76, 90 and 28. RGB value is (118,144,40). Sum of RGB (Red+Green+Blue) = 118+144+40=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #769028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769028 is #896FD7. Grayscale: #7C7C7C. Windows color (decimal): -9007064 or 2658422. OLE color: 2658422.

HSL color Cylindrical-coordinate representation of color #769028: hue angle of 75º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #769028 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 40 -
CMYK 0.18 0 0.72 0.44
HSL 75º 0.57% 0.36% -
HSV(B) 75º 0.72% 0.56% -
XYZ 17.83 23.95 5.69 -
YUV 124.37 80.39 123.46 -
System Red Green Blue C M Y K H S L
Decimal 118 144 40 0.18 0 0.72 0.44 75 0.57 0.36
Hex 76 90 28 12 0 48 2C 4B 39 24
Octal 166 220 50 22 0 110 54 113 71 44
Binary 1110110 10010000 101000 10010 0 1001000 101100 1001011 111001 100100

Color Harmonies of #769028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769028

Black with #769028

Text Example


Text Example

White with #769028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769028; }

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

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

background-color css

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

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

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

border-color css

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

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

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