Html Css Color HEX #759601 Olive

📋 copy color: '#759601'

red 117 ◦ green 150 ◦ blue 1

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

Shades of Olive #759601

Tints of Olive #759601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 43.66%
G = 55.97%
B = 0.37%

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

#759601 (or 0x759601) is known color: Olive. HEX triplet: 75, 96 and 01. RGB value is (117,150,1). Sum of RGB (Red+Green+Blue) = 117+150+1=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #759601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759601 is #8A69FE. Grayscale: #7B7B7B. Windows color (decimal): -9071103 or 104053. OLE color: 104053.

HSL color Cylindrical-coordinate representation of color #759601: hue angle of 73.29º degrees, saturation: 0.99, 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 #759601 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 1 -
CMYK 0.22 0 0.99 0.41
HSL 73.29º 0.99% 0.3% -
HSV(B) 73.29º 0.99% 0.59% -
XYZ 18.25 25.6 4.01 -
YUV 123.15 59.07 123.62 -
System Red Green Blue C M Y K H S L
Decimal 117 150 1 0.22 0 0.99 0.41 73.29 0.99 0.3
Hex 75 96 1 16 0 63 29 49 63 1E
Octal 165 226 1 26 0 143 51 111 143 36
Binary 1110101 10010110 1 10110 0 1100011 101001 1001001 1100011 11110

Color Harmonies of #759601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759601

Black with #759601

Text Example


Text Example

White with #759601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759601; }

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

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

background-color css

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

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

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

border-color css

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

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

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