Html Css Color HEX #767525 Olivetone

📋 copy color: '#767525'

red 118 ◦ green 117 ◦ blue 37

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

Shades of Olivetone #767525

Tints of Olivetone #767525

RGB

 RED value IS 118 (46.48% from 255) = 43.38%

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

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

R = 43.38%
G = 43.01%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#767525 (or 0x767525) is known color: Olivetone. HEX triplet: 76, 75 and 25. RGB value is (118,117,37). Sum of RGB (Red+Green+Blue) = 118+117+37=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #767525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767525 is #898ADA. Grayscale: #6C6C6C. Windows color (decimal): -9013979 or 2454902. OLE color: 2454902.

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

Color convert

RGB 118 117 37 -
CMYK 0 0.01 0.69 0.54
HSL 59.26º 0.52% 0.3% -
HSV(B) 59.26º 0.69% 0.46% -
XYZ 14.17 16.71 4.23 -
YUV 108.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 118 117 37 0 0.01 0.69 0.54 59.26 0.52 0.3
Hex 76 75 25 0 1 45 36 3B 34 1E
Octal 166 165 45 0 1 105 66 73 64 36
Binary 1110110 1110101 100101 0 1 1000101 110110 111011 110100 11110

Color Harmonies of #767525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767525

Black with #767525

Text Example


Text Example

White with #767525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767525; }

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

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

background-color css

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

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

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

border-color css

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

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

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