Html Css Color HEX #74812F Trendy Green

📋 copy color: '#74812F'

red 116 ◦ green 129 ◦ blue 47

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

Shades of Trendy Green #74812F

Tints of Trendy Green #74812F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.18%

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

R = 39.73%
G = 44.18%
B = 16.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#74812F (or 0x74812F) is known color: Trendy Green. HEX triplet: 74, 81 and 2F. RGB value is (116,129,47). Sum of RGB (Red+Green+Blue) = 116+129+47=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #74812F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74812F is #8B7ED0. Grayscale: #747474. Windows color (decimal): -9141969 or 3113332. OLE color: 3113332.

HSL color Cylindrical-coordinate representation of color #74812F: hue angle of 69.51º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74812F is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 47 -
CMYK 0.10 0 0.64 0.49
HSL 69.51º 0.47% 0.35% -
HSV(B) 69.51º 0.64% 0.51% -
XYZ 15.57 19.62 5.66 -
YUV 115.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 116 129 47 0.10 0 0.64 0.49 69.51 0.47 0.35
Hex 74 81 2F A 0 40 31 46 2F 23
Octal 164 201 57 12 0 100 61 106 57 43
Binary 1110100 10000001 101111 1010 0 1000000 110001 1000110 101111 100011

Color Harmonies of #74812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74812F

Black with #74812F

Text Example


Text Example

White with #74812F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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