Html Css Color HEX #769902 Olive

📋 copy color: '#769902'

red 118 ◦ green 153 ◦ blue 2

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

Shades of Olive #769902

Tints of Olive #769902

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.04%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 43.22%
G = 56.04%
B = 0.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#769902 (or 0x769902) is known color: Olive. HEX triplet: 76, 99 and 02. RGB value is (118,153,2). Sum of RGB (Red+Green+Blue) = 118+153+2=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #769902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769902 is #8966FD. Grayscale: #7D7D7D. Windows color (decimal): -9004798 or 170358. OLE color: 170358.

HSL color Cylindrical-coordinate representation of color #769902: hue angle of 73.91º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #769902 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 2 -
CMYK 0.23 0 0.99 0.4
HSL 73.91º 0.97% 0.3% -
HSV(B) 73.91º 0.99% 0.6% -
XYZ 18.87 26.64 4.2 -
YUV 125.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 118 153 2 0.23 0 0.99 0.4 73.91 0.97 0.3
Hex 76 99 2 17 0 63 28 4A 61 1E
Octal 166 231 2 27 0 143 50 112 141 36
Binary 1110110 10011001 10 10111 0 1100011 101000 1001010 1100001 11110

Color Harmonies of #769902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769902

Black with #769902

Text Example


Text Example

White with #769902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769902; }

 p { color: rgb(118,153,2); }

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

background-color css

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

 a { background-color: rgb(118,153,2); }

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

border-color css

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

 span { border-color: rgb(118,153,2); }

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