Html Css Color HEX #827A17 Trendy Green

📋 copy color: '#827A17'

red 130 ◦ green 122 ◦ blue 23

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

Shades of Trendy Green #827A17

Tints of Trendy Green #827A17

RGB

 RED value IS 130 (51.17% from 255) = 47.27%

 GREEN value IS 122 (48.05% from 255) = 44.36%

 BLUE value IS 23 (9.38% from 255) = 8.36%

R = 47.27%
G = 44.36%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#827A17 (or 0x827A17) is known color: Trendy Green. HEX triplet: 82, 7A and 17. RGB value is (130,122,23). Sum of RGB (Red+Green+Blue) = 130+122+23=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #827A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A17 is #7D85E8. Grayscale: #717171. Windows color (decimal): -8226281 or 1538690. OLE color: 1538690.

HSL color Cylindrical-coordinate representation of color #827A17: hue angle of 55.51º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #827A17 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 23 -
CMYK 0 0.06 0.82 0.49
HSL 55.51º 0.7% 0.3% -
HSV(B) 55.51º 0.82% 0.51% -
XYZ 16.32 18.73 3.57 -
YUV 113.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 130 122 23 0 0.06 0.82 0.49 55.51 0.7 0.3
Hex 82 7A 17 0 6 52 31 38 46 1E
Octal 202 172 27 0 6 122 61 70 106 36
Binary 10000010 1111010 10111 0 110 1010010 110001 111000 1000110 11110

Color Harmonies of #827A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A17

Black with #827A17

Text Example


Text Example

White with #827A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A17; }

 p { color: rgb(130,122,23); }

 H1.HeaderClassName
 {
   color: #827A17;
 }
 .AnyTagClassName
 {
   color: #827A17;
 }
</style>

background-color css

<style>
 a { background-color: #827A17; }

 a { background-color: rgb(130,122,23); }

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

border-color css

<style>
 span { border-color: #827A17; }

 span { border-color: rgb(130,122,23); }

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