Html Css Color HEX #74822A Trendy Green

📋 copy color: '#74822A'

red 116 ◦ green 130 ◦ blue 42

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

Shades of Trendy Green #74822A

Tints of Trendy Green #74822A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.14%

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 40.28%
G = 45.14%
B = 14.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#74822A (or 0x74822A) is known color: Trendy Green. HEX triplet: 74, 82 and 2A. RGB value is (116,130,42). Sum of RGB (Red+Green+Blue) = 116+130+42=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #74822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74822A is #8B7DD5. Grayscale: #747474. Windows color (decimal): -9141718 or 2785908. OLE color: 2785908.

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

Color convert

RGB 116 130 42 -
CMYK 0.11 0 0.68 0.49
HSL 69.55º 0.51% 0.34% -
HSV(B) 69.55º 0.68% 0.51% -
XYZ 15.6 19.85 5.2 -
YUV 115.78 86.36 128.16 -
System Red Green Blue C M Y K H S L
Decimal 116 130 42 0.11 0 0.68 0.49 69.55 0.51 0.34
Hex 74 82 2A B 0 44 31 46 33 22
Octal 164 202 52 13 0 104 61 106 63 42
Binary 1110100 10000010 101010 1011 0 1000100 110001 1000110 110011 100010

Color Harmonies of #74822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74822A

Black with #74822A

Text Example


Text Example

White with #74822A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,130,42); }

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

background-color css

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

 a { background-color: rgb(116,130,42); }

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

border-color css

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

 span { border-color: rgb(116,130,42); }

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