Html Css Color HEX #747127 Olivetone

📋 copy color: '#747127'

red 116 ◦ green 113 ◦ blue 39

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

Shades of Olivetone #747127

Tints of Olivetone #747127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.16%

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

R = 43.28%
G = 42.16%
B = 14.55%

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

#747127 (or 0x747127) is known color: Olivetone. HEX triplet: 74, 71 and 27. RGB value is (116,113,39). Sum of RGB (Red+Green+Blue) = 116+113+39=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #747127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747127 is #8B8ED8. Grayscale: #696969. Windows color (decimal): -9146073 or 2584948. OLE color: 2584948.

HSL color Cylindrical-coordinate representation of color #747127: hue angle of 57.66º 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 #747127 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 39 -
CMYK 0 0.03 0.66 0.55
HSL 57.66º 0.5% 0.3% -
HSV(B) 57.66º 0.66% 0.45% -
XYZ 13.47 15.67 4.23 -
YUV 105.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 116 113 39 0 0.03 0.66 0.55 57.66 0.5 0.3
Hex 74 71 27 0 3 42 37 3A 32 1E
Octal 164 161 47 0 3 102 67 72 62 36
Binary 1110100 1110001 100111 0 11 1000010 110111 111010 110010 11110

Color Harmonies of #747127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747127

Black with #747127

Text Example


Text Example

White with #747127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747127; }

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

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

background-color css

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

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

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

border-color css

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

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

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