Html Css Color HEX #767519 Olivetone

📋 copy color: '#767519'

red 118 ◦ green 117 ◦ blue 25

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

Shades of Olivetone #767519

Tints of Olivetone #767519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

 BLUE value IS 25 (10.16% from 255) = 9.62%

R = 45.38%
G = 45%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#767519 (or 0x767519) is known color: Olivetone. HEX triplet: 76, 75 and 19. RGB value is (118,117,25). Sum of RGB (Red+Green+Blue) = 118+117+25=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #767519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767519 is #898AE6. Grayscale: #6B6B6B. Windows color (decimal): -9013991 or 1668470. OLE color: 1668470.

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

Color convert

RGB 118 117 25 -
CMYK 0 0.01 0.79 0.54
HSL 59.35º 0.65% 0.28% -
HSV(B) 59.35º 0.79% 0.46% -
XYZ 14.01 16.64 3.39 -
YUV 106.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 118 117 25 0 0.01 0.79 0.54 59.35 0.65 0.28
Hex 76 75 19 0 1 4F 36 3B 41 1C
Octal 166 165 31 0 1 117 66 73 101 34
Binary 1110110 1110101 11001 0 1 1001111 110110 111011 1000001 11100

Color Harmonies of #767519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767519

Black with #767519

Text Example


Text Example

White with #767519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767519; }

 p { color: rgb(118,117,25); }

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

background-color css

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

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

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

border-color css

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

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

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