Html Css Color HEX #769514 Olive Drab

📋 copy color: '#769514'

red 118 ◦ green 149 ◦ blue 20

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

Shades of Olive Drab #769514

Tints of Olive Drab #769514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.92%

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 41.11%
G = 51.92%
B = 6.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#769514 (or 0x769514) is known color: Olive Drab. HEX triplet: 76, 95 and 14. RGB value is (118,149,20). Sum of RGB (Red+Green+Blue) = 118+149+20=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #769514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769514 is #896AEB. Grayscale: #7D7D7D. Windows color (decimal): -9005804 or 1348982. OLE color: 1348982.

HSL color Cylindrical-coordinate representation of color #769514: hue angle of 74.42º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #769514 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 20 -
CMYK 0.21 0 0.87 0.42
HSL 74.42º 0.76% 0.33% -
HSV(B) 74.42º 0.87% 0.58% -
XYZ 18.34 25.4 4.6 -
YUV 125.03 68.73 122.99 -
System Red Green Blue C M Y K H S L
Decimal 118 149 20 0.21 0 0.87 0.42 74.42 0.76 0.33
Hex 76 95 14 15 0 57 2A 4A 4C 21
Octal 166 225 24 25 0 127 52 112 114 41
Binary 1110110 10010101 10100 10101 0 1010111 101010 1001010 1001100 100001

Color Harmonies of #769514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769514

Black with #769514

Text Example


Text Example

White with #769514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769514; }

 p { color: rgb(118,149,20); }

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

background-color css

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

 a { background-color: rgb(118,149,20); }

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

border-color css

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

 span { border-color: rgb(118,149,20); }

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