Html Css Color HEX #757618 Olivetone

📋 copy color: '#757618'

red 117 ◦ green 118 ◦ blue 24

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

Shades of Olivetone #757618

Tints of Olivetone #757618

RGB

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

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

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

R = 45.17%
G = 45.56%
B = 9.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#757618 (or 0x757618) is known color: Olivetone. HEX triplet: 75, 76 and 18. RGB value is (117,118,24). Sum of RGB (Red+Green+Blue) = 117+118+24=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #757618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757618 is #8A89E7. Grayscale: #6B6B6B. Windows color (decimal): -9079272 or 1603189. OLE color: 1603189.

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

Color convert

RGB 117 118 24 -
CMYK 0.01 0 0.80 0.54
HSL 60.64º 0.66% 0.28% -
HSV(B) 60.64º 0.8% 0.46% -
XYZ 13.98 16.8 3.37 -
YUV 106.99 81.17 135.14 -
System Red Green Blue C M Y K H S L
Decimal 117 118 24 0.01 0 0.80 0.54 60.64 0.66 0.28
Hex 75 76 18 1 0 50 36 3D 42 1C
Octal 165 166 30 1 0 120 66 75 102 34
Binary 1110101 1110110 11000 1 0 1010000 110110 111101 1000010 11100

Color Harmonies of #757618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757618

Black with #757618

Text Example


Text Example

White with #757618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757618; }

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

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

background-color css

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

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

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

border-color css

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

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

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