Html Css Color HEX #75751A Olivetone

📋 copy color: '#75751A'

red 117 ◦ green 117 ◦ blue 26

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

Shades of Olivetone #75751A

Tints of Olivetone #75751A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10%

R = 45%
G = 45%
B = 10%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75751A (or 0x75751A) is known color: Olivetone. HEX triplet: 75, 75 and 1A. RGB value is (117,117,26). Sum of RGB (Red+Green+Blue) = 117+117+26=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75751A is #8A8AE5. Grayscale: #6A6A6A. Windows color (decimal): -9079526 or 1734005. OLE color: 1734005.

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

Color convert

RGB 117 117 26 -
CMYK 0 0 0.78 0.54
HSL 60º 0.64% 0.28% -
HSV(B) 60º 0.78% 0.46% -
XYZ 13.88 16.58 3.45 -
YUV 106.63 82.5 135.4 -
System Red Green Blue C M Y K H S L
Decimal 117 117 26 0 0 0.78 0.54 60 0.64 0.28
Hex 75 75 1A 0 0 4E 36 3C 40 1C
Octal 165 165 32 0 0 116 66 74 100 34
Binary 1110101 1110101 11010 0 0 1001110 110110 111100 1000000 11100

Color Harmonies of #75751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75751A

Black with #75751A

Text Example


Text Example

White with #75751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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