Html Css Color HEX #767226 Olivetone

📋 copy color: '#767226'

red 118 ◦ green 114 ◦ blue 38

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

Shades of Olivetone #767226

Tints of Olivetone #767226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 43.7%
G = 42.22%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#767226 (or 0x767226) is known color: Olivetone. HEX triplet: 76, 72 and 26. RGB value is (118,114,38). Sum of RGB (Red+Green+Blue) = 118+114+38=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #767226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767226 is #898DD9. Grayscale: #6A6A6A. Windows color (decimal): -9014746 or 2519670. OLE color: 2519670.

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

Color convert

RGB 118 114 38 -
CMYK 0 0.03 0.68 0.54
HSL 57º 0.51% 0.31% -
HSV(B) 57º 0.68% 0.46% -
XYZ 13.84 16.03 4.2 -
YUV 106.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 118 114 38 0 0.03 0.68 0.54 57 0.51 0.31
Hex 76 72 26 0 3 44 36 39 33 1F
Octal 166 162 46 0 3 104 66 71 63 37
Binary 1110110 1110010 100110 0 11 1000100 110110 111001 110011 11111

Color Harmonies of #767226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767226

Black with #767226

Text Example


Text Example

White with #767226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767226; }

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

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

background-color css

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

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

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

border-color css

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

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

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