Html Css Color HEX #75700F Olive

📋 copy color: '#75700F'

red 117 ◦ green 112 ◦ blue 15

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

Shades of Olive #75700F

Tints of Olive #75700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.9%

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 47.95%
G = 45.9%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75700F (or 0x75700F) is known color: Olive. HEX triplet: 75, 70 and 0F. RGB value is (117,112,15). Sum of RGB (Red+Green+Blue) = 117+112+15=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75700F is #8A8FF0. Grayscale: #666666. Windows color (decimal): -9080817 or 1011829. OLE color: 1011829.

HSL color Cylindrical-coordinate representation of color #75700F: hue angle of 57.06º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75700F is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 15 -
CMYK 0 0.04 0.87 0.54
HSL 57.06º 0.77% 0.26% -
HSV(B) 57.06º 0.87% 0.46% -
XYZ 13.22 15.4 2.73 -
YUV 102.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 117 112 15 0 0.04 0.87 0.54 57.06 0.77 0.26
Hex 75 70 F 0 4 57 36 39 4D 1A
Octal 165 160 17 0 4 127 66 71 115 32
Binary 1110101 1110000 1111 0 100 1010111 110110 111001 1001101 11010

Color Harmonies of #75700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75700F

Black with #75700F

Text Example


Text Example

White with #75700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75700F; }

 p { color: rgb(117,112,15); }

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

background-color css

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

 a { background-color: rgb(117,112,15); }

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

border-color css

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

 span { border-color: rgb(117,112,15); }

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