Html Css Color HEX #756B25 Olivetone

📋 copy color: '#756B25'

red 117 ◦ green 107 ◦ blue 37

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

Shades of Olivetone #756B25

Tints of Olivetone #756B25

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41%

 BLUE value IS 37 (14.84% from 255) = 14.18%

R = 44.83%
G = 41%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#756B25 (or 0x756B25) is known color: Olivetone. HEX triplet: 75, 6B and 25. RGB value is (117,107,37). Sum of RGB (Red+Green+Blue) = 117+107+37=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #756B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B25 is #8A94DA. Grayscale: #666666. Windows color (decimal): -9082075 or 2452341. OLE color: 2452341.

HSL color Cylindrical-coordinate representation of color #756B25: hue angle of 52.5º degrees, saturation: 0.52, 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 #756B25 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 37 -
CMYK 0 0.09 0.68 0.54
HSL 52.5º 0.52% 0.3% -
HSV(B) 52.5º 0.68% 0.46% -
XYZ 12.93 14.43 3.85 -
YUV 102.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 117 107 37 0 0.09 0.68 0.54 52.5 0.52 0.3
Hex 75 6B 25 0 9 44 36 34 34 1E
Octal 165 153 45 0 11 104 66 64 64 36
Binary 1110101 1101011 100101 0 1001 1000100 110110 110100 110100 11110

Color Harmonies of #756B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B25

Black with #756B25

Text Example


Text Example

White with #756B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756B25; }

 p { color: rgb(117,107,37); }

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

background-color css

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

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

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

border-color css

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

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

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