Html Css Color HEX #74871F Trendy Green

📋 copy color: '#74871F'

red 116 ◦ green 135 ◦ blue 31

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

Shades of Trendy Green #74871F

Tints of Trendy Green #74871F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 41.13%
G = 47.87%
B = 10.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#74871F (or 0x74871F) is known color: Trendy Green. HEX triplet: 74, 87 and 1F. RGB value is (116,135,31). Sum of RGB (Red+Green+Blue) = 116+135+31=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #74871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74871F is #8B78E0. Grayscale: #757575. Windows color (decimal): -9140449 or 2066292. OLE color: 2066292.

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

Color convert

RGB 116 135 31 -
CMYK 0.14 0 0.77 0.47
HSL 70.96º 0.63% 0.33% -
HSV(B) 70.96º 0.77% 0.53% -
XYZ 16.11 21.14 4.53 -
YUV 117.46 79.21 126.96 -
System Red Green Blue C M Y K H S L
Decimal 116 135 31 0.14 0 0.77 0.47 70.96 0.63 0.33
Hex 74 87 1F E 0 4D 2F 47 3F 21
Octal 164 207 37 16 0 115 57 107 77 41
Binary 1110100 10000111 11111 1110 0 1001101 101111 1000111 111111 100001

Color Harmonies of #74871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74871F

Black with #74871F

Text Example


Text Example

White with #74871F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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