Html Css Color HEX #759900 Olive

📋 copy color: '#759900'

red 117 ◦ green 153 ◦ blue 0

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

Shades of Olive #759900

Tints of Olive #759900

RGB

 RED value IS 117 (46.09% from 255) = 43.33%

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

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

R = 43.33%
G = 56.67%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#759900 (or 0x759900) is known color: Olive. HEX triplet: 75, 99 and 00. RGB value is (117,153,0). Sum of RGB (Red+Green+Blue) = 117+153+0=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #759900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759900 is #8A66FF. Grayscale: #7D7D7D. Windows color (decimal): -9070336 or 39285. OLE color: 39285.

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

Color convert

RGB 117 153 0 -
CMYK 0.24 0 1 0.4
HSL 74.12º 1% 0.3% -
HSV(B) 74.12º 1% 0.6% -
XYZ 18.73 26.56 4.14 -
YUV 124.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 117 153 0 0.24 0 1 0.4 74.12 1 0.3
Hex 75 99 0 18 0 64 28 4A 64 1E
Octal 165 231 0 30 0 144 50 112 144 36
Binary 1110101 10011001 0 11000 0 1100100 101000 1001010 1100100 11110

Color Harmonies of #759900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759900

Black with #759900

Text Example


Text Example

White with #759900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759900; }

 p { color: rgb(117,153,0); }

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

background-color css

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

 a { background-color: rgb(117,153,0); }

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

border-color css

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

 span { border-color: rgb(117,153,0); }

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