Html Css Color HEX #74811C Trendy Green

📋 copy color: '#74811C'

red 116 ◦ green 129 ◦ blue 28

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

Shades of Trendy Green #74811C

Tints of Trendy Green #74811C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 42.49%
G = 47.25%
B = 10.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#74811C (or 0x74811C) is known color: Trendy Green. HEX triplet: 74, 81 and 1C. RGB value is (116,129,28). Sum of RGB (Red+Green+Blue) = 116+129+28=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #74811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74811C is #8B7EE3. Grayscale: #717171. Windows color (decimal): -9141988 or 1868148. OLE color: 1868148.

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

Color convert

RGB 116 129 28 -
CMYK 0.10 0 0.78 0.49
HSL 67.72º 0.64% 0.31% -
HSV(B) 67.72º 0.78% 0.51% -
XYZ 15.26 19.5 4.06 -
YUV 113.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 116 129 28 0.10 0 0.78 0.49 67.72 0.64 0.31
Hex 74 81 1C A 0 4E 31 44 40 1F
Octal 164 201 34 12 0 116 61 104 100 37
Binary 1110100 10000001 11100 1010 0 1001110 110001 1000100 1000000 11111

Color Harmonies of #74811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74811C

Black with #74811C

Text Example


Text Example

White with #74811C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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