Html Css Color HEX #747612 Olivetone

📋 copy color: '#747612'

red 116 ◦ green 118 ◦ blue 18

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

Shades of Olivetone #747612

Tints of Olivetone #747612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 46.03%
G = 46.83%
B = 7.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#747612 (or 0x747612) is known color: Olivetone. HEX triplet: 74, 76 and 12. RGB value is (116,118,18). Sum of RGB (Red+Green+Blue) = 116+118+18=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #747612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747612 is #8B89ED. Grayscale: #6A6A6A. Windows color (decimal): -9144814 or 1209972. OLE color: 1209972.

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

Color convert

RGB 116 118 18 -
CMYK 0.02 0 0.85 0.54
HSL 61.2º 0.74% 0.27% -
HSV(B) 61.2º 0.85% 0.46% -
XYZ 13.79 16.71 3.07 -
YUV 106 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 116 118 18 0.02 0 0.85 0.54 61.2 0.74 0.27
Hex 74 76 12 2 0 55 36 3D 4A 1B
Octal 164 166 22 2 0 125 66 75 112 33
Binary 1110100 1110110 10010 10 0 1010101 110110 111101 1001010 11011

Color Harmonies of #747612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747612

Black with #747612

Text Example


Text Example

White with #747612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747612; }

 p { color: rgb(116,118,18); }

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

background-color css

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

 a { background-color: rgb(116,118,18); }

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

border-color css

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

 span { border-color: rgb(116,118,18); }

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