Html Css Color HEX #75752A Olivetone

📋 copy color: '#75752A'

red 117 ◦ green 117 ◦ blue 42

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

Shades of Olivetone #75752A

Tints of Olivetone #75752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.39%

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

R = 42.39%
G = 42.39%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75752A (or 0x75752A) is known color: Olivetone. HEX triplet: 75, 75 and 2A. RGB value is (117,117,42). Sum of RGB (Red+Green+Blue) = 117+117+42=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75752A is #8A8AD5. Grayscale: #6C6C6C. Windows color (decimal): -9079510 or 2782581. OLE color: 2782581.

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

Color convert

RGB 117 117 42 -
CMYK 0 0 0.64 0.54
HSL 60º 0.47% 0.31% -
HSV(B) 60º 0.64% 0.46% -
XYZ 14.12 16.67 4.66 -
YUV 108.45 90.5 134.1 -
System Red Green Blue C M Y K H S L
Decimal 117 117 42 0 0 0.64 0.54 60 0.47 0.31
Hex 75 75 2A 0 0 40 36 3C 2F 1F
Octal 165 165 52 0 0 100 66 74 57 37
Binary 1110101 1110101 101010 0 0 1000000 110110 111100 101111 11111

Color Harmonies of #75752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75752A

Black with #75752A

Text Example


Text Example

White with #75752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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