Html Css Color HEX #769705 Olive

📋 copy color: '#769705'

red 118 ◦ green 151 ◦ blue 5

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

Shades of Olive #769705

Tints of Olive #769705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.11%

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

R = 43.07%
G = 55.11%
B = 1.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#769705 (or 0x769705) is known color: Olive. HEX triplet: 76, 97 and 05. RGB value is (118,151,5). Sum of RGB (Red+Green+Blue) = 118+151+5=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 151 (59.38% from 255 or 55.11% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 151 - color contains mainly: green. Hex color #769705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769705 is #8968FA. Grayscale: #7D7D7D. Windows color (decimal): -9005307 or 366454. OLE color: 366454.

HSL color Cylindrical-coordinate representation of color #769705: hue angle of 73.56º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #769705 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 5 -
CMYK 0.22 0 0.97 0.41
HSL 73.56º 0.94% 0.31% -
HSV(B) 73.56º 0.97% 0.59% -
XYZ 18.57 26 4.18 -
YUV 124.49 60.57 123.37 -
System Red Green Blue C M Y K H S L
Decimal 118 151 5 0.22 0 0.97 0.41 73.56 0.94 0.31
Hex 76 97 5 16 0 61 29 4A 5E 1F
Octal 166 227 5 26 0 141 51 112 136 37
Binary 1110110 10010111 101 10110 0 1100001 101001 1001010 1011110 11111

Color Harmonies of #769705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769705

Black with #769705

Text Example


Text Example

White with #769705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769705; }

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

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

background-color css

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

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

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

border-color css

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

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

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