Html Css Color HEX #757619 Olivetone

📋 copy color: '#757619'

red 117 ◦ green 118 ◦ blue 25

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

Shades of Olivetone #757619

Tints of Olivetone #757619

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 117 118 25 -
CMYK 0.01 0 0.79 0.54
HSL 60.65º 0.65% 0.28% -
HSV(B) 60.65º 0.79% 0.46% -
XYZ 13.99 16.81 3.43 -
YUV 107.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 117 118 25 0.01 0 0.79 0.54 60.65 0.65 0.28
Hex 75 76 19 1 0 4F 36 3D 41 1C
Octal 165 166 31 1 0 117 66 75 101 34
Binary 1110101 1110110 11001 1 0 1001111 110110 111101 1000001 11100

Color Harmonies of #757619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757619

Black with #757619

Text Example


Text Example

White with #757619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757619; }

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

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

background-color css

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

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

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

border-color css

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

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

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