Html Css Color HEX #75751E Olivetone

📋 copy color: '#75751E'

red 117 ◦ green 117 ◦ blue 30

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

Shades of Olivetone #75751E

Tints of Olivetone #75751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 44.32%
G = 44.32%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75751E (or 0x75751E) is known color: Olivetone. HEX triplet: 75, 75 and 1E. RGB value is (117,117,30). Sum of RGB (Red+Green+Blue) = 117+117+30=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75751E is #8A8AE1. Grayscale: #6B6B6B. Windows color (decimal): -9079522 or 1996149. OLE color: 1996149.

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

Color convert

RGB 117 117 30 -
CMYK 0 0 0.74 0.54
HSL 60º 0.59% 0.29% -
HSV(B) 60º 0.74% 0.46% -
XYZ 13.93 16.6 3.7 -
YUV 107.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 117 117 30 0 0 0.74 0.54 60 0.59 0.29
Hex 75 75 1E 0 0 4A 36 3C 3B 1D
Octal 165 165 36 0 0 112 66 74 73 35
Binary 1110101 1110101 11110 0 0 1001010 110110 111100 111011 11101

Color Harmonies of #75751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75751E

Black with #75751E

Text Example


Text Example

White with #75751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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