Html Css Color HEX #769811 Olive Drab

📋 copy color: '#769811'

red 118 ◦ green 152 ◦ blue 17

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

Shades of Olive Drab #769811

Tints of Olive Drab #769811

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.96%

 BLUE value IS 17 (7.03% from 255) = 5.92%

R = 41.11%
G = 52.96%
B = 5.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#769811 (or 0x769811) is known color: Olive Drab. HEX triplet: 76, 98 and 11. RGB value is (118,152,17). Sum of RGB (Red+Green+Blue) = 118+152+17=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #769811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769811 is #8967EE. Grayscale: #7E7E7E. Windows color (decimal): -9005039 or 1153142. OLE color: 1153142.

HSL color Cylindrical-coordinate representation of color #769811: hue angle of 75.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #769811 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 17 -
CMYK 0.22 0 0.89 0.40
HSL 75.11º 0.8% 0.33% -
HSV(B) 75.11º 0.89% 0.6% -
XYZ 18.8 26.35 4.63 -
YUV 126.44 66.24 121.98 -
System Red Green Blue C M Y K H S L
Decimal 118 152 17 0.22 0 0.89 0.40 75.11 0.8 0.33
Hex 76 98 11 16 0 59 28 4B 50 21
Octal 166 230 21 26 0 131 50 113 120 41
Binary 1110110 10011000 10001 10110 0 1011001 101000 1001011 1010000 100001

Color Harmonies of #769811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769811

Black with #769811

Text Example


Text Example

White with #769811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769811; }

 p { color: rgb(118,152,17); }

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

background-color css

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

 a { background-color: rgb(118,152,17); }

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

border-color css

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

 span { border-color: rgb(118,152,17); }

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