Html Css Color HEX #767527 Olivetone

📋 copy color: '#767527'

red 118 ◦ green 117 ◦ blue 39

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

Shades of Olivetone #767527

Tints of Olivetone #767527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.23%

R = 43.07%
G = 42.7%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#767527 (or 0x767527) is known color: Olivetone. HEX triplet: 76, 75 and 27. RGB value is (118,117,39). Sum of RGB (Red+Green+Blue) = 118+117+39=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #767527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767527 is #898AD8. Grayscale: #6C6C6C. Windows color (decimal): -9013977 or 2585974. OLE color: 2585974.

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

Color convert

RGB 118 117 39 -
CMYK 0 0.01 0.67 0.54
HSL 59.24º 0.5% 0.31% -
HSV(B) 59.24º 0.67% 0.46% -
XYZ 14.2 16.72 4.4 -
YUV 108.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 118 117 39 0 0.01 0.67 0.54 59.24 0.5 0.31
Hex 76 75 27 0 1 43 36 3B 32 1F
Octal 166 165 47 0 1 103 66 73 62 37
Binary 1110110 1110101 100111 0 1 1000011 110110 111011 110010 11111

Color Harmonies of #767527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767527

Black with #767527

Text Example


Text Example

White with #767527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767527; }

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

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

background-color css

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

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

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

border-color css

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

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

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