Html Css Color HEX #767218 Olivetone

📋 copy color: '#767218'

red 118 ◦ green 114 ◦ blue 24

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

Shades of Olivetone #767218

Tints of Olivetone #767218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 46.09%
G = 44.53%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#767218 (or 0x767218) is known color: Olivetone. HEX triplet: 76, 72 and 18. RGB value is (118,114,24). Sum of RGB (Red+Green+Blue) = 118+114+24=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #767218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767218 is #898DE7. Grayscale: #696969. Windows color (decimal): -9014760 or 1602166. OLE color: 1602166.

HSL color Cylindrical-coordinate representation of color #767218: hue angle of 57.45º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #767218 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 24 -
CMYK 0 0.03 0.80 0.54
HSL 57.45º 0.66% 0.28% -
HSV(B) 57.45º 0.8% 0.46% -
XYZ 13.65 15.95 3.22 -
YUV 104.94 82.33 137.32 -
System Red Green Blue C M Y K H S L
Decimal 118 114 24 0 0.03 0.80 0.54 57.45 0.66 0.28
Hex 76 72 18 0 3 50 36 39 42 1C
Octal 166 162 30 0 3 120 66 71 102 34
Binary 1110110 1110010 11000 0 11 1010000 110110 111001 1000010 11100

Color Harmonies of #767218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767218

Black with #767218

Text Example


Text Example

White with #767218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767218; }

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

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

background-color css

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

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

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

border-color css

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

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

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