Html Css Color HEX #767127 Olivetone

📋 copy color: '#767127'

red 118 ◦ green 113 ◦ blue 39

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

Shades of Olivetone #767127

Tints of Olivetone #767127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.85%

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

R = 43.7%
G = 41.85%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#767127 (or 0x767127) is known color: Olivetone. HEX triplet: 76, 71 and 27. RGB value is (118,113,39). Sum of RGB (Red+Green+Blue) = 118+113+39=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #767127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767127 is #898ED8. Grayscale: #6A6A6A. Windows color (decimal): -9015001 or 2584950. OLE color: 2584950.

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

Color convert

RGB 118 113 39 -
CMYK 0 0.04 0.67 0.54
HSL 56.2º 0.5% 0.31% -
HSV(B) 56.2º 0.67% 0.46% -
XYZ 13.74 15.81 4.25 -
YUV 106.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 118 113 39 0 0.04 0.67 0.54 56.2 0.5 0.31
Hex 76 71 27 0 4 43 36 38 32 1F
Octal 166 161 47 0 4 103 66 70 62 37
Binary 1110110 1110001 100111 0 100 1000011 110110 111000 110010 11111

Color Harmonies of #767127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767127

Black with #767127

Text Example


Text Example

White with #767127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767127; }

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

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

background-color css

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

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

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

border-color css

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

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

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