Html Css Color HEX #75751D Olivetone

📋 copy color: '#75751D'

red 117 ◦ green 117 ◦ blue 29

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

Shades of Olivetone #75751D

Tints of Olivetone #75751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 44.49%
G = 44.49%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75751D (or 0x75751D) is known color: Olivetone. HEX triplet: 75, 75 and 1D. RGB value is (117,117,29). Sum of RGB (Red+Green+Blue) = 117+117+29=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75751D is #8A8AE2. Grayscale: #6B6B6B. Windows color (decimal): -9079523 or 1930613. OLE color: 1930613.

HSL color Cylindrical-coordinate representation of color #75751D: hue angle of 60º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75751D is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 29 -
CMYK 0 0 0.75 0.54
HSL 60º 0.6% 0.29% -
HSV(B) 60º 0.75% 0.46% -
XYZ 13.92 16.59 3.63 -
YUV 106.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 117 117 29 0 0 0.75 0.54 60 0.6 0.29
Hex 75 75 1D 0 0 4B 36 3C 3C 1D
Octal 165 165 35 0 0 113 66 74 74 35
Binary 1110101 1110101 11101 0 0 1001011 110110 111100 111100 11101

Color Harmonies of #75751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75751D

Black with #75751D

Text Example


Text Example

White with #75751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75751D; }

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

 H1.HeaderClassName
 {
   color: #75751D;
 }
 .AnyTagClassName
 {
   color: #75751D;
 }
</style>

background-color css

<style>
 a { background-color: #75751D; }

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

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

border-color css

<style>
 span { border-color: #75751D; }

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

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