Html Css Color HEX #758500 Olive

📋 copy color: '#758500'

red 117 ◦ green 133 ◦ blue 0

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

Shades of Olive #758500

Tints of Olive #758500

RGB

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

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

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

R = 46.8%
G = 53.2%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#758500 (or 0x758500) is known color: Olive. HEX triplet: 75, 85 and 00. RGB value is (117,133,0). Sum of RGB (Red+Green+Blue) = 117+133+0=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #758500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758500 is #8A7AFF. Grayscale: #717171. Windows color (decimal): -9075456 or 34165. OLE color: 34165.

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

Color convert

RGB 117 133 0 -
CMYK 0.12 0 1 0.48
HSL 67.22º 1% 0.26% -
HSV(B) 67.22º 1% 0.52% -
XYZ 15.72 20.56 3.14 -
YUV 113.05 64.2 130.81 -
System Red Green Blue C M Y K H S L
Decimal 117 133 0 0.12 0 1 0.48 67.22 1 0.26
Hex 75 85 0 C 0 64 30 43 64 1A
Octal 165 205 0 14 0 144 60 103 144 32
Binary 1110101 10000101 0 1100 0 1100100 110000 1000011 1100100 11010

Color Harmonies of #758500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758500

Black with #758500

Text Example


Text Example

White with #758500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758500; }

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

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

background-color css

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

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

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

border-color css

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

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

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