Html Css Color HEX #758300 Olive

📋 copy color: '#758300'

red 117 ◦ green 131 ◦ blue 0

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

Shades of Olive #758300

Tints of Olive #758300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.82%

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

R = 47.18%
G = 52.82%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#758300 (or 0x758300) is known color: Olive. HEX triplet: 75, 83 and 00. RGB value is (117,131,0). Sum of RGB (Red+Green+Blue) = 117+131+0=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #758300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758300 is #8A7CFF. Grayscale: #707070. Windows color (decimal): -9075968 or 33653. OLE color: 33653.

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

Color convert

RGB 117 131 0 -
CMYK 0.11 0 1 0.49
HSL 66.41º 1% 0.26% -
HSV(B) 66.41º 1% 0.51% -
XYZ 15.45 20.01 3.05 -
YUV 111.88 64.86 131.65 -
System Red Green Blue C M Y K H S L
Decimal 117 131 0 0.11 0 1 0.49 66.41 1 0.26
Hex 75 83 0 B 0 64 31 42 64 1A
Octal 165 203 0 13 0 144 61 102 144 32
Binary 1110101 10000011 0 1011 0 1100100 110001 1000010 1100100 11010

Color Harmonies of #758300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758300

Black with #758300

Text Example


Text Example

White with #758300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758300; }

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

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

background-color css

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

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

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

border-color css

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

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

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