Html Css Color HEX #758501 Olive

📋 copy color: '#758501'

red 117 ◦ green 133 ◦ blue 1

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

Shades of Olive #758501

Tints of Olive #758501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

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

R = 46.61%
G = 52.99%
B = 0.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#758501 (or 0x758501) is known color: Olive. HEX triplet: 75, 85 and 01. RGB value is (117,133,1). Sum of RGB (Red+Green+Blue) = 117+133+1=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #758501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758501 is #8A7AFE. Grayscale: #717171. Windows color (decimal): -9075455 or 99701. OLE color: 99701.

HSL color Cylindrical-coordinate representation of color #758501: hue angle of 67.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #758501 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 1 -
CMYK 0.12 0 0.99 0.48
HSL 67.27º 0.99% 0.26% -
HSV(B) 67.27º 0.99% 0.52% -
XYZ 15.73 20.56 3.17 -
YUV 113.17 64.7 130.73 -
System Red Green Blue C M Y K H S L
Decimal 117 133 1 0.12 0 0.99 0.48 67.27 0.99 0.26
Hex 75 85 1 C 0 63 30 43 63 1A
Octal 165 205 1 14 0 143 60 103 143 32
Binary 1110101 10000101 1 1100 0 1100011 110000 1000011 1100011 11010

Color Harmonies of #758501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758501

Black with #758501

Text Example


Text Example

White with #758501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758501; }

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

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

background-color css

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

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

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

border-color css

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

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

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