Html Css Color HEX #769411 Olive Drab

📋 copy color: '#769411'

red 118 ◦ green 148 ◦ blue 17

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

Shades of Olive Drab #769411

Tints of Olive Drab #769411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.3%

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

R = 41.7%
G = 52.3%
B = 6.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#769411 (or 0x769411) is known color: Olive Drab. HEX triplet: 76, 94 and 11. RGB value is (118,148,17). Sum of RGB (Red+Green+Blue) = 118+148+17=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #769411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769411 is #896BEE. Grayscale: #7C7C7C. Windows color (decimal): -9006063 or 1152118. OLE color: 1152118.

HSL color Cylindrical-coordinate representation of color #769411: hue angle of 73.74º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #769411 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 17 -
CMYK 0.20 0 0.89 0.42
HSL 73.74º 0.79% 0.32% -
HSV(B) 73.74º 0.89% 0.58% -
XYZ 18.16 25.07 4.41 -
YUV 124.1 67.56 123.65 -
System Red Green Blue C M Y K H S L
Decimal 118 148 17 0.20 0 0.89 0.42 73.74 0.79 0.32
Hex 76 94 11 14 0 59 2A 4A 4F 20
Octal 166 224 21 24 0 131 52 112 117 40
Binary 1110110 10010100 10001 10100 0 1011001 101010 1001010 1001111 100000

Color Harmonies of #769411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769411

Black with #769411

Text Example


Text Example

White with #769411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769411; }

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

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

background-color css

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

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

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

border-color css

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

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

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