Html Css Color HEX #769205 Olive

📋 copy color: '#769205'

red 118 ◦ green 146 ◦ blue 5

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

Shades of Olive #769205

Tints of Olive #769205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.28%

 BLUE value IS 5 (2.34% from 255) = 1.86%

R = 43.87%
G = 54.28%
B = 1.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#769205 (or 0x769205) is known color: Olive. HEX triplet: 76, 92 and 05. RGB value is (118,146,5). Sum of RGB (Red+Green+Blue) = 118+146+5=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #769205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769205 is #896DFA. Grayscale: #7A7A7A. Windows color (decimal): -9006587 or 365174. OLE color: 365174.

HSL color Cylindrical-coordinate representation of color #769205: hue angle of 71.91º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #769205 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 5 -
CMYK 0.19 0 0.97 0.43
HSL 71.91º 0.93% 0.3% -
HSV(B) 71.91º 0.97% 0.57% -
XYZ 17.78 24.42 3.92 -
YUV 121.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 118 146 5 0.19 0 0.97 0.43 71.91 0.93 0.3
Hex 76 92 5 13 0 61 2B 48 5D 1E
Octal 166 222 5 23 0 141 53 110 135 36
Binary 1110110 10010010 101 10011 0 1100001 101011 1001000 1011101 11110

Color Harmonies of #769205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769205

Black with #769205

Text Example


Text Example

White with #769205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769205; }

 p { color: rgb(118,146,5); }

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

background-color css

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

 a { background-color: rgb(118,146,5); }

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

border-color css

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

 span { border-color: rgb(118,146,5); }

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