Html Css Color HEX #747027 Olivetone

📋 copy color: '#747027'

red 116 ◦ green 112 ◦ blue 39

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

Shades of Olivetone #747027

Tints of Olivetone #747027

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.95%

 BLUE value IS 39 (15.63% from 255) = 14.61%

R = 43.45%
G = 41.95%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#747027 (or 0x747027) is known color: Olivetone. HEX triplet: 74, 70 and 27. RGB value is (116,112,39). Sum of RGB (Red+Green+Blue) = 116+112+39=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #747027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747027 is #8B8FD8. Grayscale: #696969. Windows color (decimal): -9146329 or 2584692. OLE color: 2584692.

HSL color Cylindrical-coordinate representation of color #747027: hue angle of 56.88º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #747027 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 39 -
CMYK 0 0.03 0.66 0.55
HSL 56.88º 0.5% 0.3% -
HSV(B) 56.88º 0.66% 0.45% -
XYZ 13.36 15.45 4.2 -
YUV 104.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 116 112 39 0 0.03 0.66 0.55 56.88 0.5 0.3
Hex 74 70 27 0 3 42 37 39 32 1E
Octal 164 160 47 0 3 102 67 71 62 36
Binary 1110100 1110000 100111 0 11 1000010 110111 111001 110010 11110

Color Harmonies of #747027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747027

Black with #747027

Text Example


Text Example

White with #747027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747027; }

 p { color: rgb(116,112,39); }

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

background-color css

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

 a { background-color: rgb(116,112,39); }

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

border-color css

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

 span { border-color: rgb(116,112,39); }

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