Html Css Color HEX #769005 Olive

📋 copy color: '#769005'

red 118 ◦ green 144 ◦ blue 5

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

Shades of Olive #769005

Tints of Olive #769005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.93%

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

R = 44.19%
G = 53.93%
B = 1.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#769005 (or 0x769005) is known color: Olive. HEX triplet: 76, 90 and 05. RGB value is (118,144,5). Sum of RGB (Red+Green+Blue) = 118+144+5=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #769005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769005 is #896FFA. Grayscale: #787878. Windows color (decimal): -9007099 or 364662. OLE color: 364662.

HSL color Cylindrical-coordinate representation of color #769005: hue angle of 71.22º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #769005 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 5 -
CMYK 0.18 0 0.97 0.44
HSL 71.22º 0.93% 0.29% -
HSV(B) 71.22º 0.97% 0.56% -
XYZ 17.47 23.81 3.82 -
YUV 120.38 62.89 126.3 -
System Red Green Blue C M Y K H S L
Decimal 118 144 5 0.18 0 0.97 0.44 71.22 0.93 0.29
Hex 76 90 5 12 0 61 2C 47 5D 1D
Octal 166 220 5 22 0 141 54 107 135 35
Binary 1110110 10010000 101 10010 0 1100001 101100 1000111 1011101 11101

Color Harmonies of #769005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769005

Black with #769005

Text Example


Text Example

White with #769005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769005; }

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

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

background-color css

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

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

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

border-color css

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

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

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