Html Css Color HEX #74811E Trendy Green

📋 copy color: '#74811E'

red 116 ◦ green 129 ◦ blue 30

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

Shades of Trendy Green #74811E

Tints of Trendy Green #74811E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.91%

R = 42.18%
G = 46.91%
B = 10.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#74811E (or 0x74811E) is known color: Trendy Green. HEX triplet: 74, 81 and 1E. RGB value is (116,129,30). Sum of RGB (Red+Green+Blue) = 116+129+30=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #74811E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74811E is #8B7EE1. Grayscale: #727272. Windows color (decimal): -9141986 or 1999220. OLE color: 1999220.

HSL color Cylindrical-coordinate representation of color #74811E: hue angle of 67.88º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74811E is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 30 -
CMYK 0.10 0 0.77 0.49
HSL 67.88º 0.62% 0.31% -
HSV(B) 67.88º 0.77% 0.51% -
XYZ 15.29 19.51 4.19 -
YUV 113.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 116 129 30 0.10 0 0.77 0.49 67.88 0.62 0.31
Hex 74 81 1E A 0 4D 31 44 3E 1F
Octal 164 201 36 12 0 115 61 104 76 37
Binary 1110100 10000001 11110 1010 0 1001101 110001 1000100 111110 11111

Color Harmonies of #74811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74811E

Black with #74811E

Text Example


Text Example

White with #74811E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74811E; }

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

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

background-color css

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

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

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

border-color css

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

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

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