Html Css Color HEX #767618 Olivetone

📋 copy color: '#767618'

red 118 ◦ green 118 ◦ blue 24

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

Shades of Olivetone #767618

Tints of Olivetone #767618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.38%

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

R = 45.38%
G = 45.38%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#767618 (or 0x767618) is known color: Olivetone. HEX triplet: 76, 76 and 18. RGB value is (118,118,24). Sum of RGB (Red+Green+Blue) = 118+118+24=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767618 is #8989E7. Grayscale: #6B6B6B. Windows color (decimal): -9013736 or 1603190. OLE color: 1603190.

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

Color convert

RGB 118 118 24 -
CMYK 0 0 0.80 0.54
HSL 60º 0.66% 0.28% -
HSV(B) 60º 0.8% 0.46% -
XYZ 14.11 16.87 3.38 -
YUV 107.28 81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 118 118 24 0 0 0.80 0.54 60 0.66 0.28
Hex 76 76 18 0 0 50 36 3C 42 1C
Octal 166 166 30 0 0 120 66 74 102 34
Binary 1110110 1110110 11000 0 0 1010000 110110 111100 1000010 11100

Color Harmonies of #767618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767618

Black with #767618

Text Example


Text Example

White with #767618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767618; }

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

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

background-color css

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

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

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

border-color css

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

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

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