Html Css Color HEX #759101 Olive

📋 copy color: '#759101'

red 117 ◦ green 145 ◦ blue 1

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

Shades of Olive #759101

Tints of Olive #759101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.13%

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

R = 44.49%
G = 55.13%
B = 0.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#759101 (or 0x759101) is known color: Olive. HEX triplet: 75, 91 and 01. RGB value is (117,145,1). Sum of RGB (Red+Green+Blue) = 117+145+1=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #759101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759101 is #8A6EFE. Grayscale: #787878. Windows color (decimal): -9072383 or 102773. OLE color: 102773.

HSL color Cylindrical-coordinate representation of color #759101: hue angle of 71.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #759101 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 1 -
CMYK 0.19 0 0.99 0.43
HSL 71.67º 0.99% 0.29% -
HSV(B) 71.67º 0.99% 0.57% -
XYZ 17.47 24.03 3.75 -
YUV 120.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 117 145 1 0.19 0 0.99 0.43 71.67 0.99 0.29
Hex 75 91 1 13 0 63 2B 48 63 1D
Octal 165 221 1 23 0 143 53 110 143 35
Binary 1110101 10010001 1 10011 0 1100011 101011 1001000 1100011 11101

Color Harmonies of #759101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759101

Black with #759101

Text Example


Text Example

White with #759101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759101; }

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

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

background-color css

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

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

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

border-color css

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

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

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