Html Css Color HEX #75700D Olive

📋 copy color: '#75700D'

red 117 ◦ green 112 ◦ blue 13

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

Shades of Olive #75700D

Tints of Olive #75700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 48.35%
G = 46.28%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75700D (or 0x75700D) is known color: Olive. HEX triplet: 75, 70 and 0D. RGB value is (117,112,13). Sum of RGB (Red+Green+Blue) = 117+112+13=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75700D is #8A8FF2. Grayscale: #666666. Windows color (decimal): -9080819 or 880757. OLE color: 880757.

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

Color convert

RGB 117 112 13 -
CMYK 0 0.04 0.89 0.54
HSL 57.12º 0.8% 0.25% -
HSV(B) 57.12º 0.89% 0.46% -
XYZ 13.2 15.4 2.66 -
YUV 102.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 117 112 13 0 0.04 0.89 0.54 57.12 0.8 0.25
Hex 75 70 D 0 4 59 36 39 50 19
Octal 165 160 15 0 4 131 66 71 120 31
Binary 1110101 1110000 1101 0 100 1011001 110110 111001 1010000 11001

Color Harmonies of #75700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75700D

Black with #75700D

Text Example


Text Example

White with #75700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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