Html Css Color HEX #767217 Olivetone

📋 copy color: '#767217'

red 118 ◦ green 114 ◦ blue 23

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

Shades of Olivetone #767217

Tints of Olivetone #767217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.02%

R = 46.27%
G = 44.71%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#767217 (or 0x767217) is known color: Olivetone. HEX triplet: 76, 72 and 17. RGB value is (118,114,23). Sum of RGB (Red+Green+Blue) = 118+114+23=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #767217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767217 is #898DE8. Grayscale: #696969. Windows color (decimal): -9014761 or 1536630. OLE color: 1536630.

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

Color convert

RGB 118 114 23 -
CMYK 0 0.03 0.81 0.54
HSL 57.47º 0.67% 0.28% -
HSV(B) 57.47º 0.81% 0.46% -
XYZ 13.64 15.95 3.17 -
YUV 104.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 118 114 23 0 0.03 0.81 0.54 57.47 0.67 0.28
Hex 76 72 17 0 3 51 36 39 43 1C
Octal 166 162 27 0 3 121 66 71 103 34
Binary 1110110 1110010 10111 0 11 1010001 110110 111001 1000011 11100

Color Harmonies of #767217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767217

Black with #767217

Text Example


Text Example

White with #767217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767217; }

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

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

background-color css

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

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

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

border-color css

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

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

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