Html Css Color HEX #75821A Trendy Green

📋 copy color: '#75821A'

red 117 ◦ green 130 ◦ blue 26

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

Shades of Trendy Green #75821A

Tints of Trendy Green #75821A

RGB

 RED value IS 117 (46.09% from 255) = 42.86%

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

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

R = 42.86%
G = 47.62%
B = 9.52%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#75821A (or 0x75821A) is known color: Trendy Green. HEX triplet: 75, 82 and 1A. RGB value is (117,130,26). Sum of RGB (Red+Green+Blue) = 117+130+26=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #75821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75821A is #8A7DE5. Grayscale: #727272. Windows color (decimal): -9076198 or 1737333. OLE color: 1737333.

HSL color Cylindrical-coordinate representation of color #75821A: hue angle of 67.5º 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 #75821A is Cyan = 0.1, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 26 -
CMYK 0.1 0 0.8 0.49
HSL 67.5º 0.67% 0.31% -
HSV(B) 67.5º 0.8% 0.51% -
XYZ 15.51 19.82 3.99 -
YUV 114.26 78.19 129.96 -
System Red Green Blue C M Y K H S L
Decimal 117 130 26 0.1 0 0.8 0.49 67.5 0.67 0.31
Hex 75 82 1A A 0 50 31 44 43 1F
Octal 165 202 32 12 0 120 61 104 103 37
Binary 1110101 10000010 11010 1010 0 1010000 110001 1000100 1000011 11111

Color Harmonies of #75821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75821A

Black with #75821A

Text Example


Text Example

White with #75821A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,130,26); }

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

background-color css

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

 a { background-color: rgb(117,130,26); }

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

border-color css

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

 span { border-color: rgb(117,130,26); }

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