Html Css Color HEX #75701D Olivetone

📋 copy color: '#75701D'

red 117 ◦ green 112 ◦ blue 29

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

Shades of Olivetone #75701D

Tints of Olivetone #75701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 45.35%
G = 43.41%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75701D (or 0x75701D) is known color: Olivetone. HEX triplet: 75, 70 and 1D. RGB value is (117,112,29). Sum of RGB (Red+Green+Blue) = 117+112+29=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75701D is #8A8FE2. Grayscale: #686868. Windows color (decimal): -9080803 or 1929333. OLE color: 1929333.

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

Color convert

RGB 117 112 29 -
CMYK 0 0.04 0.75 0.54
HSL 56.59º 0.6% 0.29% -
HSV(B) 56.59º 0.75% 0.46% -
XYZ 13.35 15.46 3.44 -
YUV 104.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 117 112 29 0 0.04 0.75 0.54 56.59 0.6 0.29
Hex 75 70 1D 0 4 4B 36 39 3C 1D
Octal 165 160 35 0 4 113 66 71 74 35
Binary 1110101 1110000 11101 0 100 1001011 110110 111001 111100 11101

Color Harmonies of #75701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75701D

Black with #75701D

Text Example


Text Example

White with #75701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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