Html Css Color HEX #769500 Olive

📋 copy color: '#769500'

red 118 ◦ green 149 ◦ blue 0

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

Shades of Olive #769500

Tints of Olive #769500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.19%
G = 55.81%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#769500 (or 0x769500) is known color: Olive. HEX triplet: 76, 95 and 00. RGB value is (118,149,0). Sum of RGB (Red+Green+Blue) = 118+149+0=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #769500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769500 is #896AFF. Grayscale: #7B7B7B. Windows color (decimal): -9005824 or 38262. OLE color: 38262.

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

Color convert

RGB 118 149 0 -
CMYK 0.21 0 1 0.42
HSL 72.48º 1% 0.29% -
HSV(B) 72.48º 1% 0.58% -
XYZ 18.22 25.35 3.93 -
YUV 122.75 58.73 124.62 -
System Red Green Blue C M Y K H S L
Decimal 118 149 0 0.21 0 1 0.42 72.48 1 0.29
Hex 76 95 0 15 0 64 2A 48 64 1D
Octal 166 225 0 25 0 144 52 110 144 35
Binary 1110110 10010101 0 10101 0 1100100 101010 1001000 1100100 11101

Color Harmonies of #769500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769500

Black with #769500

Text Example


Text Example

White with #769500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769500; }

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

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

background-color css

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

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

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

border-color css

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

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

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