Html Css Color HEX #758700 Olive

📋 copy color: '#758700'

red 117 ◦ green 135 ◦ blue 0

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

Shades of Olive #758700

Tints of Olive #758700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.57%

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

R = 46.43%
G = 53.57%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#758700 (or 0x758700) is known color: Olive. HEX triplet: 75, 87 and 00. RGB value is (117,135,0). Sum of RGB (Red+Green+Blue) = 117+135+0=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #758700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758700 is #8A78FF. Grayscale: #727272. Windows color (decimal): -9074944 or 34677. OLE color: 34677.

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

Color convert

RGB 117 135 0 -
CMYK 0.13 0 1 0.47
HSL 68º 1% 0.26% -
HSV(B) 68º 1% 0.53% -
XYZ 16 21.11 3.23 -
YUV 114.23 63.54 129.98 -
System Red Green Blue C M Y K H S L
Decimal 117 135 0 0.13 0 1 0.47 68 1 0.26
Hex 75 87 0 D 0 64 2F 44 64 1A
Octal 165 207 0 15 0 144 57 104 144 32
Binary 1110101 10000111 0 1101 0 1100100 101111 1000100 1100100 11010

Color Harmonies of #758700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758700

Black with #758700

Text Example


Text Example

White with #758700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758700; }

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

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

background-color css

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

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

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

border-color css

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

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

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