Html Css Color HEX #759700 Olive

📋 copy color: '#759700'

red 117 ◦ green 151 ◦ blue 0

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

Shades of Olive #759700

Tints of Olive #759700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.34%

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

R = 43.66%
G = 56.34%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#759700 (or 0x759700) is known color: Olive. HEX triplet: 75, 97 and 00. RGB value is (117,151,0). Sum of RGB (Red+Green+Blue) = 117+151+0=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #759700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759700 is #8A68FF. Grayscale: #7C7C7C. Windows color (decimal): -9070848 or 38773. OLE color: 38773.

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

Color convert

RGB 117 151 0 -
CMYK 0.23 0 1 0.41
HSL 73.51º 1% 0.3% -
HSV(B) 73.51º 1% 0.59% -
XYZ 18.4 25.92 4.03 -
YUV 123.62 58.24 123.28 -
System Red Green Blue C M Y K H S L
Decimal 117 151 0 0.23 0 1 0.41 73.51 1 0.3
Hex 75 97 0 17 0 64 29 4A 64 1E
Octal 165 227 0 27 0 144 51 112 144 36
Binary 1110101 10010111 0 10111 0 1100100 101001 1001010 1100100 11110

Color Harmonies of #759700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759700

Black with #759700

Text Example


Text Example

White with #759700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759700; }

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

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

background-color css

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

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

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

border-color css

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

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

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