Html Css Color HEX #747515 Olivetone

📋 copy color: '#747515'

red 116 ◦ green 117 ◦ blue 21

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

Shades of Olivetone #747515

Tints of Olivetone #747515

RGB

 RED value IS 116 (45.7% from 255) = 45.67%

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

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 45.67%
G = 46.06%
B = 8.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#747515 (or 0x747515) is known color: Olivetone. HEX triplet: 74, 75 and 15. RGB value is (116,117,21). Sum of RGB (Red+Green+Blue) = 116+117+21=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #747515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747515 is #8B8AEA. Grayscale: #6A6A6A. Windows color (decimal): -9145067 or 1406324. OLE color: 1406324.

HSL color Cylindrical-coordinate representation of color #747515: hue angle of 60.63º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #747515 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 21 -
CMYK 0.01 0 0.82 0.54
HSL 60.63º 0.7% 0.27% -
HSV(B) 60.63º 0.82% 0.46% -
XYZ 13.7 16.49 3.17 -
YUV 105.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 116 117 21 0.01 0 0.82 0.54 60.63 0.7 0.27
Hex 74 75 15 1 0 52 36 3D 46 1B
Octal 164 165 25 1 0 122 66 75 106 33
Binary 1110100 1110101 10101 1 0 1010010 110110 111101 1000110 11011

Color Harmonies of #747515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747515

Black with #747515

Text Example


Text Example

White with #747515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747515; }

 p { color: rgb(116,117,21); }

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

background-color css

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

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

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

border-color css

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

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

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