Html Css Color HEX #737714 Olivetone

📋 copy color: '#737714'

red 115 ◦ green 119 ◦ blue 20

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

Shades of Olivetone #737714

Tints of Olivetone #737714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 45.28%
G = 46.85%
B = 7.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#737714 (or 0x737714) is known color: Olivetone. HEX triplet: 73, 77 and 14. RGB value is (115,119,20). Sum of RGB (Red+Green+Blue) = 115+119+20=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #737714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737714 is #8C88EB. Grayscale: #6A6A6A. Windows color (decimal): -9210092 or 1341299. OLE color: 1341299.

HSL color Cylindrical-coordinate representation of color #737714: hue angle of 62.42º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #737714 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 119 20 -
CMYK 0.03 0 0.83 0.53
HSL 62.42º 0.71% 0.27% -
HSV(B) 62.42º 0.83% 0.47% -
XYZ 13.79 16.89 3.19 -
YUV 106.52 79.17 134.05 -
System Red Green Blue C M Y K H S L
Decimal 115 119 20 0.03 0 0.83 0.53 62.42 0.71 0.27
Hex 73 77 14 3 0 53 35 3E 47 1B
Octal 163 167 24 3 0 123 65 76 107 33
Binary 1110011 1110111 10100 11 0 1010011 110101 111110 1000111 11011

Color Harmonies of #737714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737714

Black with #737714

Text Example


Text Example

White with #737714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737714; }

 p { color: rgb(115,119,20); }

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

background-color css

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

 a { background-color: rgb(115,119,20); }

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

border-color css

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

 span { border-color: rgb(115,119,20); }

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