Html Css Color HEX #758B01 Olive

📋 copy color: '#758B01'

red 117 ◦ green 139 ◦ blue 1

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

Shades of Olive #758B01

Tints of Olive #758B01

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.09%

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

R = 45.53%
G = 54.09%
B = 0.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#758B01 (or 0x758B01) is known color: Olive. HEX triplet: 75, 8B and 01. RGB value is (117,139,1). Sum of RGB (Red+Green+Blue) = 117+139+1=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #758B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758B01 is #8A74FE. Grayscale: #757575. Windows color (decimal): -9073919 or 101237. OLE color: 101237.

HSL color Cylindrical-coordinate representation of color #758B01: hue angle of 69.57º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #758B01 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 139 1 -
CMYK 0.16 0 0.99 0.45
HSL 69.57º 0.99% 0.27% -
HSV(B) 69.57º 0.99% 0.55% -
XYZ 16.57 22.25 3.45 -
YUV 116.69 62.71 128.22 -
System Red Green Blue C M Y K H S L
Decimal 117 139 1 0.16 0 0.99 0.45 69.57 0.99 0.27
Hex 75 8B 1 10 0 63 2D 46 63 1B
Octal 165 213 1 20 0 143 55 106 143 33
Binary 1110101 10001011 1 10000 0 1100011 101101 1000110 1100011 11011

Color Harmonies of #758B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B01

Black with #758B01

Text Example


Text Example

White with #758B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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