Html Css Color HEX #767227 Olivetone

📋 copy color: '#767227'

red 118 ◦ green 114 ◦ blue 39

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

Shades of Olivetone #767227

Tints of Olivetone #767227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.07%

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

R = 43.54%
G = 42.07%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#767227 (or 0x767227) is known color: Olivetone. HEX triplet: 76, 72 and 27. RGB value is (118,114,39). Sum of RGB (Red+Green+Blue) = 118+114+39=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #767227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767227 is #898DD8. Grayscale: #6A6A6A. Windows color (decimal): -9014745 or 2585206. OLE color: 2585206.

HSL color Cylindrical-coordinate representation of color #767227: hue angle of 56.96º 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 #767227 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 39 -
CMYK 0 0.03 0.67 0.54
HSL 56.96º 0.5% 0.31% -
HSV(B) 56.96º 0.67% 0.46% -
XYZ 13.85 16.03 4.28 -
YUV 106.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 118 114 39 0 0.03 0.67 0.54 56.96 0.5 0.31
Hex 76 72 27 0 3 43 36 39 32 1F
Octal 166 162 47 0 3 103 66 71 62 37
Binary 1110110 1110010 100111 0 11 1000011 110110 111001 110010 11111

Color Harmonies of #767227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767227

Black with #767227

Text Example


Text Example

White with #767227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767227; }

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

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

background-color css

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

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

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

border-color css

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

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

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