Html Css Color HEX #827F18 Trendy Green

📋 copy color: '#827F18'

red 130 ◦ green 127 ◦ blue 24

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

Shades of Trendy Green #827F18

Tints of Trendy Green #827F18

RGB

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

 GREEN value IS 127 (50% from 255) = 45.2%

 BLUE value IS 24 (9.77% from 255) = 8.54%

R = 46.26%
G = 45.2%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#827F18 (or 0x827F18) is known color: Trendy Green. HEX triplet: 82, 7F and 18. RGB value is (130,127,24). Sum of RGB (Red+Green+Blue) = 130+127+24=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #827F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F18 is #7D80E7. Grayscale: #747474. Windows color (decimal): -8225000 or 1605506. OLE color: 1605506.

HSL color Cylindrical-coordinate representation of color #827F18: hue angle of 58.3º degrees, saturation: 0.69, 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 #827F18 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 24 -
CMYK 0 0.02 0.82 0.49
HSL 58.3º 0.69% 0.3% -
HSV(B) 58.3º 0.82% 0.51% -
XYZ 16.96 19.99 3.83 -
YUV 116.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 130 127 24 0 0.02 0.82 0.49 58.3 0.69 0.3
Hex 82 7F 18 0 2 52 31 3A 45 1E
Octal 202 177 30 0 2 122 61 72 105 36
Binary 10000010 1111111 11000 0 10 1010010 110001 111010 1000101 11110

Color Harmonies of #827F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F18

Black with #827F18

Text Example


Text Example

White with #827F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,127,24); }

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

background-color css

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

 a { background-color: rgb(130,127,24); }

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

border-color css

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

 span { border-color: rgb(130,127,24); }

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