Html Css Color HEX #74831A Trendy Green

📋 copy color: '#74831A'

red 116 ◦ green 131 ◦ blue 26

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

Shades of Trendy Green #74831A

Tints of Trendy Green #74831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.99%

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 42.49%
G = 47.99%
B = 9.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#74831A (or 0x74831A) is known color: Trendy Green. HEX triplet: 74, 83 and 1A. RGB value is (116,131,26). Sum of RGB (Red+Green+Blue) = 116+131+26=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #74831A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74831A is #8B7CE5. Grayscale: #727272. Windows color (decimal): -9141478 or 1737588. OLE color: 1737588.

HSL color Cylindrical-coordinate representation of color #74831A: hue angle of 68.57º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74831A is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 26 -
CMYK 0.11 0 0.80 0.49
HSL 68.57º 0.67% 0.31% -
HSV(B) 68.57º 0.8% 0.51% -
XYZ 15.51 20.02 4.02 -
YUV 114.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 116 131 26 0.11 0 0.80 0.49 68.57 0.67 0.31
Hex 74 83 1A B 0 50 31 45 43 1F
Octal 164 203 32 13 0 120 61 105 103 37
Binary 1110100 10000011 11010 1011 0 1010000 110001 1000101 1000011 11111

Color Harmonies of #74831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74831A

Black with #74831A

Text Example


Text Example

White with #74831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74831A; }

 p { color: rgb(116,131,26); }

 H1.HeaderClassName
 {
   color: #74831A;
 }
 .AnyTagClassName
 {
   color: #74831A;
 }
</style>

background-color css

<style>
 a { background-color: #74831A; }

 a { background-color: rgb(116,131,26); }

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

border-color css

<style>
 span { border-color: #74831A; }

 span { border-color: rgb(116,131,26); }

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