Html Css Color HEX #737218 Olivetone

📋 copy color: '#737218'

red 115 ◦ green 114 ◦ blue 24

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

Shades of Olivetone #737218

Tints of Olivetone #737218

RGB

 RED value IS 115 (45.31% from 255) = 45.45%

 GREEN value IS 114 (44.92% from 255) = 45.06%

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

R = 45.45%
G = 45.06%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#737218 (or 0x737218) is known color: Olivetone. HEX triplet: 73, 72 and 18. RGB value is (115,114,24). Sum of RGB (Red+Green+Blue) = 115+114+24=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #737218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737218 is #8C8DE7. Grayscale: #686868. Windows color (decimal): -9211368 or 1602163. OLE color: 1602163.

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

Color convert

RGB 115 114 24 -
CMYK 0 0.01 0.79 0.55
HSL 59.34º 0.65% 0.27% -
HSV(B) 59.34º 0.79% 0.45% -
XYZ 13.25 15.75 3.2 -
YUV 104.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 115 114 24 0 0.01 0.79 0.55 59.34 0.65 0.27
Hex 73 72 18 0 1 4F 37 3B 41 1B
Octal 163 162 30 0 1 117 67 73 101 33
Binary 1110011 1110010 11000 0 1 1001111 110111 111011 1000001 11011

Color Harmonies of #737218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737218

Black with #737218

Text Example


Text Example

White with #737218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737218; }

 p { color: rgb(115,114,24); }

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

background-color css

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

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

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

border-color css

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

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

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