Html Css Color HEX #757726 Olivetone

📋 copy color: '#757726'

red 117 ◦ green 119 ◦ blue 38

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

Shades of Olivetone #757726

Tints of Olivetone #757726

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.43%

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

R = 42.7%
G = 43.43%
B = 13.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#757726 (or 0x757726) is known color: Olivetone. HEX triplet: 75, 77 and 26. RGB value is (117,119,38). Sum of RGB (Red+Green+Blue) = 117+119+38=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #757726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757726 is #8A88D9. Grayscale: #6D6D6D. Windows color (decimal): -9079002 or 2520949. OLE color: 2520949.

HSL color Cylindrical-coordinate representation of color #757726: hue angle of 61.48º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #757726 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 38 -
CMYK 0.02 0 0.68 0.53
HSL 61.48º 0.52% 0.31% -
HSV(B) 61.48º 0.68% 0.47% -
XYZ 14.28 17.12 4.38 -
YUV 109.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 117 119 38 0.02 0 0.68 0.53 61.48 0.52 0.31
Hex 75 77 26 2 0 44 35 3D 34 1F
Octal 165 167 46 2 0 104 65 75 64 37
Binary 1110101 1110111 100110 10 0 1000100 110101 111101 110100 11111

Color Harmonies of #757726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757726

Black with #757726

Text Example


Text Example

White with #757726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757726; }

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

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

background-color css

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

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

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

border-color css

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

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

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