Html Css Color HEX #747715 Olivetone

📋 copy color: '#747715'

red 116 ◦ green 119 ◦ blue 21

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

Shades of Olivetone #747715

Tints of Olivetone #747715

RGB

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

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

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

R = 45.31%
G = 46.48%
B = 8.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#747715 (or 0x747715) is known color: Olivetone. HEX triplet: 74, 77 and 15. RGB value is (116,119,21). Sum of RGB (Red+Green+Blue) = 116+119+21=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #747715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747715 is #8B88EA. Grayscale: #6B6B6B. Windows color (decimal): -9144555 or 1406836. OLE color: 1406836.

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

Color convert

RGB 116 119 21 -
CMYK 0.03 0 0.82 0.53
HSL 61.84º 0.7% 0.27% -
HSV(B) 61.84º 0.82% 0.47% -
XYZ 13.93 16.96 3.25 -
YUV 106.93 79.51 134.47 -
System Red Green Blue C M Y K H S L
Decimal 116 119 21 0.03 0 0.82 0.53 61.84 0.7 0.27
Hex 74 77 15 3 0 52 35 3E 46 1B
Octal 164 167 25 3 0 122 65 76 106 33
Binary 1110100 1110111 10101 11 0 1010010 110101 111110 1000110 11011

Color Harmonies of #747715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747715

Black with #747715

Text Example


Text Example

White with #747715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747715; }

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

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

background-color css

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

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

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

border-color css

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

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

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