Html Css Color HEX #75701F Olivetone

📋 copy color: '#75701F'

red 117 ◦ green 112 ◦ blue 31

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

Shades of Olivetone #75701F

Tints of Olivetone #75701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 45%
G = 43.08%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75701F (or 0x75701F) is known color: Olivetone. HEX triplet: 75, 70 and 1F. RGB value is (117,112,31). Sum of RGB (Red+Green+Blue) = 117+112+31=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75701F is #8A8FE0. Grayscale: #686868. Windows color (decimal): -9080801 or 2060405. OLE color: 2060405.

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

Color convert

RGB 117 112 31 -
CMYK 0 0.04 0.74 0.54
HSL 56.51º 0.58% 0.29% -
HSV(B) 56.51º 0.74% 0.46% -
XYZ 13.38 15.47 3.58 -
YUV 104.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 117 112 31 0 0.04 0.74 0.54 56.51 0.58 0.29
Hex 75 70 1F 0 4 4A 36 39 3A 1D
Octal 165 160 37 0 4 112 66 71 72 35
Binary 1110101 1110000 11111 0 100 1001010 110110 111001 111010 11101

Color Harmonies of #75701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75701F

Black with #75701F

Text Example


Text Example

White with #75701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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