Html Css Color HEX #75721F Olivetone

📋 copy color: '#75721F'

red 117 ◦ green 114 ◦ blue 31

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

Shades of Olivetone #75721F

Tints of Olivetone #75721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

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

R = 44.66%
G = 43.51%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75721F (or 0x75721F) is known color: Olivetone. HEX triplet: 75, 72 and 1F. RGB value is (117,114,31). Sum of RGB (Red+Green+Blue) = 117+114+31=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75721F is #8A8DE0. Grayscale: #696969. Windows color (decimal): -9080289 or 2060917. OLE color: 2060917.

HSL color Cylindrical-coordinate representation of color #75721F: hue angle of 57.91º 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 #75721F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 31 -
CMYK 0 0.03 0.74 0.54
HSL 57.91º 0.58% 0.29% -
HSV(B) 57.91º 0.74% 0.46% -
XYZ 13.6 15.92 3.65 -
YUV 105.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 117 114 31 0 0.03 0.74 0.54 57.91 0.58 0.29
Hex 75 72 1F 0 3 4A 36 3A 3A 1D
Octal 165 162 37 0 3 112 66 72 72 35
Binary 1110101 1110010 11111 0 11 1001010 110110 111010 111010 11101

Color Harmonies of #75721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75721F

Black with #75721F

Text Example


Text Example

White with #75721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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