Html Css Color HEX #75742A Olivetone

📋 copy color: '#75742A'

red 117 ◦ green 116 ◦ blue 42

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

Shades of Olivetone #75742A

Tints of Olivetone #75742A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.18%

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

R = 42.55%
G = 42.18%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75742A (or 0x75742A) is known color: Olivetone. HEX triplet: 75, 74 and 2A. RGB value is (117,116,42). Sum of RGB (Red+Green+Blue) = 117+116+42=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75742A is #8A8BD5. Grayscale: #6C6C6C. Windows color (decimal): -9079766 or 2782325. OLE color: 2782325.

HSL color Cylindrical-coordinate representation of color #75742A: hue angle of 59.2º 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 #75742A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 42 -
CMYK 0 0.01 0.64 0.54
HSL 59.2º 0.47% 0.31% -
HSV(B) 59.2º 0.64% 0.46% -
XYZ 14 16.44 4.63 -
YUV 107.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 117 116 42 0 0.01 0.64 0.54 59.2 0.47 0.31
Hex 75 74 2A 0 1 40 36 3B 2F 1F
Octal 165 164 52 0 1 100 66 73 57 37
Binary 1110101 1110100 101010 0 1 1000000 110110 111011 101111 11111

Color Harmonies of #75742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75742A

Black with #75742A

Text Example


Text Example

White with #75742A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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