Html Css Color HEX #759602 Olive

📋 copy color: '#759602'

red 117 ◦ green 150 ◦ blue 2

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

Shades of Olive #759602

Tints of Olive #759602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.76%

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

R = 43.49%
G = 55.76%
B = 0.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#759602 (or 0x759602) is known color: Olive. HEX triplet: 75, 96 and 02. RGB value is (117,150,2). Sum of RGB (Red+Green+Blue) = 117+150+2=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #759602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759602 is #8A69FD. Grayscale: #7B7B7B. Windows color (decimal): -9071102 or 169589. OLE color: 169589.

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

Color convert

RGB 117 150 2 -
CMYK 0.22 0 0.99 0.41
HSL 73.38º 0.97% 0.3% -
HSV(B) 73.38º 0.99% 0.59% -
XYZ 18.25 25.6 4.04 -
YUV 123.26 59.57 123.53 -
System Red Green Blue C M Y K H S L
Decimal 117 150 2 0.22 0 0.99 0.41 73.38 0.97 0.3
Hex 75 96 2 16 0 63 29 49 61 1E
Octal 165 226 2 26 0 143 51 111 141 36
Binary 1110101 10010110 10 10110 0 1100011 101001 1001001 1100001 11110

Color Harmonies of #759602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759602

Black with #759602

Text Example


Text Example

White with #759602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759602; }

 p { color: rgb(117,150,2); }

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

background-color css

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

 a { background-color: rgb(117,150,2); }

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

border-color css

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

 span { border-color: rgb(117,150,2); }

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