Html Css Color HEX #74871D Trendy Green

📋 copy color: '#74871D'

red 116 ◦ green 135 ◦ blue 29

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

Shades of Trendy Green #74871D

Tints of Trendy Green #74871D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.21%

 BLUE value IS 29 (11.72% from 255) = 10.36%

R = 41.43%
G = 48.21%
B = 10.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#74871D (or 0x74871D) is known color: Trendy Green. HEX triplet: 74, 87 and 1D. RGB value is (116,135,29). Sum of RGB (Red+Green+Blue) = 116+135+29=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #74871D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74871D is #8B78E2. Grayscale: #757575. Windows color (decimal): -9140451 or 1935220. OLE color: 1935220.

HSL color Cylindrical-coordinate representation of color #74871D: hue angle of 70.75º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74871D is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 29 -
CMYK 0.14 0 0.79 0.47
HSL 70.75º 0.65% 0.32% -
HSV(B) 70.75º 0.79% 0.53% -
XYZ 16.09 21.13 4.39 -
YUV 117.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 116 135 29 0.14 0 0.79 0.47 70.75 0.65 0.32
Hex 74 87 1D E 0 4F 2F 47 41 20
Octal 164 207 35 16 0 117 57 107 101 40
Binary 1110100 10000111 11101 1110 0 1001111 101111 1000111 1000001 100000

Color Harmonies of #74871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74871D

Black with #74871D

Text Example


Text Example

White with #74871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74871D; }

 p { color: rgb(116,135,29); }

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

background-color css

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

 a { background-color: rgb(116,135,29); }

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

border-color css

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

 span { border-color: rgb(116,135,29); }

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