Html Css Color HEX #74862F Trendy Green

📋 copy color: '#74862F'

red 116 ◦ green 134 ◦ blue 47

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

Shades of Trendy Green #74862F

Tints of Trendy Green #74862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.12%

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 39.06%
G = 45.12%
B = 15.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#74862F (or 0x74862F) is known color: Trendy Green. HEX triplet: 74, 86 and 2F. RGB value is (116,134,47). Sum of RGB (Red+Green+Blue) = 116+134+47=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #74862F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74862F is #8B79D0. Grayscale: #777777. Windows color (decimal): -9140689 or 3114612. OLE color: 3114612.

HSL color Cylindrical-coordinate representation of color #74862F: hue angle of 72.41º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74862F is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 47 -
CMYK 0.13 0 0.65 0.47
HSL 72.41º 0.48% 0.35% -
HSV(B) 72.41º 0.65% 0.53% -
XYZ 16.24 20.97 5.88 -
YUV 118.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 116 134 47 0.13 0 0.65 0.47 72.41 0.48 0.35
Hex 74 86 2F D 0 41 2F 48 30 23
Octal 164 206 57 15 0 101 57 110 60 43
Binary 1110100 10000110 101111 1101 0 1000001 101111 1001000 110000 100011

Color Harmonies of #74862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74862F

Black with #74862F

Text Example


Text Example

White with #74862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74862F; }

 p { color: rgb(116,134,47); }

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

background-color css

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

 a { background-color: rgb(116,134,47); }

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

border-color css

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

 span { border-color: rgb(116,134,47); }

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