Html Css Color HEX #74851D Trendy Green

📋 copy color: '#74851D'

red 116 ◦ green 133 ◦ blue 29

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

Shades of Trendy Green #74851D

Tints of Trendy Green #74851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

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

R = 41.73%
G = 47.84%
B = 10.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#74851D (or 0x74851D) is known color: Trendy Green. HEX triplet: 74, 85 and 1D. RGB value is (116,133,29). Sum of RGB (Red+Green+Blue) = 116+133+29=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #74851D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74851D is #8B7AE2. Grayscale: #747474. Windows color (decimal): -9140963 or 1934708. OLE color: 1934708.

HSL color Cylindrical-coordinate representation of color #74851D: hue angle of 69.81º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74851D is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 29 -
CMYK 0.13 0 0.78 0.48
HSL 69.81º 0.64% 0.32% -
HSV(B) 69.81º 0.78% 0.52% -
XYZ 15.81 20.58 4.3 -
YUV 116.06 78.87 127.96 -
System Red Green Blue C M Y K H S L
Decimal 116 133 29 0.13 0 0.78 0.48 69.81 0.64 0.32
Hex 74 85 1D D 0 4E 30 46 40 20
Octal 164 205 35 15 0 116 60 106 100 40
Binary 1110100 10000101 11101 1101 0 1001110 110000 1000110 1000000 100000

Color Harmonies of #74851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74851D

Black with #74851D

Text Example


Text Example

White with #74851D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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