Html Css Color HEX #75722A Olivetone

📋 copy color: '#75722A'

red 117 ◦ green 114 ◦ blue 42

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

Shades of Olivetone #75722A

Tints of Olivetone #75722A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 42.86%
G = 41.76%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75722A (or 0x75722A) is known color: Olivetone. HEX triplet: 75, 72 and 2A. RGB value is (117,114,42). Sum of RGB (Red+Green+Blue) = 117+114+42=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75722A is #8A8DD5. Grayscale: #6A6A6A. Windows color (decimal): -9080278 or 2781813. OLE color: 2781813.

HSL color Cylindrical-coordinate representation of color #75722A: hue angle of 57.6º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75722A is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 42 -
CMYK 0 0.03 0.64 0.54
HSL 57.6º 0.47% 0.31% -
HSV(B) 57.6º 0.64% 0.46% -
XYZ 13.77 15.98 4.55 -
YUV 106.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 117 114 42 0 0.03 0.64 0.54 57.6 0.47 0.31
Hex 75 72 2A 0 3 40 36 3A 2F 1F
Octal 165 162 52 0 3 100 66 72 57 37
Binary 1110101 1110010 101010 0 11 1000000 110110 111010 101111 11111

Color Harmonies of #75722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75722A

Black with #75722A

Text Example


Text Example

White with #75722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75722A; }

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

 H1.HeaderClassName
 {
   color: #75722A;
 }
 .AnyTagClassName
 {
   color: #75722A;
 }
</style>

background-color css

<style>
 a { background-color: #75722A; }

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

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

border-color css

<style>
 span { border-color: #75722A; }

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

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