Html Css Color HEX #757300 Olive

📋 copy color: '#757300'

red 117 ◦ green 115 ◦ blue 0

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

Shades of Olive #757300

Tints of Olive #757300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.57%

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

R = 50.43%
G = 49.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#757300 (or 0x757300) is known color: Olive. HEX triplet: 75, 73 and 00. RGB value is (117,115,0). Sum of RGB (Red+Green+Blue) = 117+115+0=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #757300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757300 is #8A8CFF. Grayscale: #666666. Windows color (decimal): -9080064 or 29557. OLE color: 29557.

HSL color Cylindrical-coordinate representation of color #757300: hue angle of 58.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #757300 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 115 0 -
CMYK 0 0.02 1 0.54
HSL 58.97º 1% 0.23% -
HSV(B) 58.97º 1% 0.46% -
XYZ 13.47 16.04 2.39 -
YUV 102.49 70.16 138.35 -
System Red Green Blue C M Y K H S L
Decimal 117 115 0 0 0.02 1 0.54 58.97 1 0.23
Hex 75 73 0 0 2 64 36 3B 64 17
Octal 165 163 0 0 2 144 66 73 144 27
Binary 1110101 1110011 0 0 10 1100100 110110 111011 1100100 10111

Color Harmonies of #757300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757300

Black with #757300

Text Example


Text Example

White with #757300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757300; }

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

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

background-color css

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

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

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

border-color css

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

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

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