Html Css Color HEX #74851E Trendy Green

📋 copy color: '#74851E'

red 116 ◦ green 133 ◦ blue 30

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

Shades of Trendy Green #74851E

Tints of Trendy Green #74851E

RGB

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

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

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

R = 41.58%
G = 47.67%
B = 10.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#74851E (or 0x74851E) is known color: Trendy Green. HEX triplet: 74, 85 and 1E. RGB value is (116,133,30). Sum of RGB (Red+Green+Blue) = 116+133+30=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #74851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74851E is #8B7AE1. Grayscale: #747474. Windows color (decimal): -9140962 or 2000244. OLE color: 2000244.

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

Color convert

RGB 116 133 30 -
CMYK 0.13 0 0.77 0.48
HSL 69.9º 0.63% 0.32% -
HSV(B) 69.9º 0.77% 0.52% -
XYZ 15.82 20.58 4.37 -
YUV 116.18 79.37 127.88 -
System Red Green Blue C M Y K H S L
Decimal 116 133 30 0.13 0 0.77 0.48 69.9 0.63 0.32
Hex 74 85 1E D 0 4D 30 46 3F 20
Octal 164 205 36 15 0 115 60 106 77 40
Binary 1110100 10000101 11110 1101 0 1001101 110000 1000110 111111 100000

Color Harmonies of #74851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74851E

Black with #74851E

Text Example


Text Example

White with #74851E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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