Html Css Color HEX #769502 Olive

📋 copy color: '#769502'

red 118 ◦ green 149 ◦ blue 2

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

Shades of Olive #769502

Tints of Olive #769502

RGB

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

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

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

R = 43.87%
G = 55.39%
B = 0.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#769502 (or 0x769502) is known color: Olive. HEX triplet: 76, 95 and 02. RGB value is (118,149,2). Sum of RGB (Red+Green+Blue) = 118+149+2=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #769502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769502 is #896AFD. Grayscale: #7B7B7B. Windows color (decimal): -9005822 or 169334. OLE color: 169334.

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

Color convert

RGB 118 149 2 -
CMYK 0.21 0 0.99 0.42
HSL 72.65º 0.97% 0.3% -
HSV(B) 72.65º 0.99% 0.58% -
XYZ 18.23 25.35 3.99 -
YUV 122.97 59.73 124.45 -
System Red Green Blue C M Y K H S L
Decimal 118 149 2 0.21 0 0.99 0.42 72.65 0.97 0.3
Hex 76 95 2 15 0 63 2A 49 61 1E
Octal 166 225 2 25 0 143 52 111 141 36
Binary 1110110 10010101 10 10101 0 1100011 101010 1001001 1100001 11110

Color Harmonies of #769502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769502

Black with #769502

Text Example


Text Example

White with #769502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769502; }

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

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

background-color css

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

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

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

border-color css

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

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

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