Html Css Color HEX #757518 Olivetone

📋 copy color: '#757518'

red 117 ◦ green 117 ◦ blue 24

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

Shades of Olivetone #757518

Tints of Olivetone #757518

RGB

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

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

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

R = 45.35%
G = 45.35%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#757518 (or 0x757518) is known color: Olivetone. HEX triplet: 75, 75 and 18. RGB value is (117,117,24). Sum of RGB (Red+Green+Blue) = 117+117+24=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757518 is #8A8AE7. Grayscale: #6A6A6A. Windows color (decimal): -9079528 or 1602933. OLE color: 1602933.

HSL color Cylindrical-coordinate representation of color #757518: 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.79%. Process color model (Four color, CMYK) of #757518 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 24 -
CMYK 0 0 0.79 0.54
HSL 60º 0.66% 0.28% -
HSV(B) 60º 0.79% 0.46% -
XYZ 13.86 16.57 3.33 -
YUV 106.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 117 117 24 0 0 0.79 0.54 60 0.66 0.28
Hex 75 75 18 0 0 4F 36 3C 42 1C
Octal 165 165 30 0 0 117 66 74 102 34
Binary 1110101 1110101 11000 0 0 1001111 110110 111100 1000010 11100

Color Harmonies of #757518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757518

Black with #757518

Text Example


Text Example

White with #757518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757518; }

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

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

background-color css

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

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

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

border-color css

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

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

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