Html Css Color HEX #757526 Olivetone

📋 copy color: '#757526'

red 117 ◦ green 117 ◦ blue 38

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

Shades of Olivetone #757526

Tints of Olivetone #757526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 43.01%
G = 43.01%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#757526 (or 0x757526) is known color: Olivetone. HEX triplet: 75, 75 and 26. RGB value is (117,117,38). Sum of RGB (Red+Green+Blue) = 117+117+38=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757526 is #8A8AD9. Grayscale: #6C6C6C. Windows color (decimal): -9079514 or 2520437. OLE color: 2520437.

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

Color convert

RGB 117 117 38 -
CMYK 0 0 0.68 0.54
HSL 60º 0.51% 0.3% -
HSV(B) 60º 0.68% 0.46% -
XYZ 14.05 16.64 4.31 -
YUV 107.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 117 117 38 0 0 0.68 0.54 60 0.51 0.3
Hex 75 75 26 0 0 44 36 3C 33 1E
Octal 165 165 46 0 0 104 66 74 63 36
Binary 1110101 1110101 100110 0 0 1000100 110110 111100 110011 11110

Color Harmonies of #757526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757526

Black with #757526

Text Example


Text Example

White with #757526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757526; }

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

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

background-color css

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

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

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

border-color css

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

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

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