Html Css Color HEX #858125 Trendy Green

📋 copy color: '#858125'

red 133 ◦ green 129 ◦ blue 37

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

Shades of Trendy Green #858125

Tints of Trendy Green #858125

RGB

 RED value IS 133 (52.34% from 255) = 44.48%

 GREEN value IS 129 (50.78% from 255) = 43.14%

 BLUE value IS 37 (14.84% from 255) = 12.37%

R = 44.48%
G = 43.14%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#858125 (or 0x858125) is known color: Trendy Green. HEX triplet: 85, 81 and 25. RGB value is (133,129,37). Sum of RGB (Red+Green+Blue) = 133+129+37=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #858125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858125 is #7A7EDA. Grayscale: #787878. Windows color (decimal): -8027867 or 2457989. OLE color: 2457989.

HSL color Cylindrical-coordinate representation of color #858125: hue angle of 57.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #858125 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 37 -
CMYK 0 0.03 0.72 0.48
HSL 57.5º 0.56% 0.33% -
HSV(B) 57.5º 0.72% 0.52% -
XYZ 17.86 20.82 4.83 -
YUV 119.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 133 129 37 0 0.03 0.72 0.48 57.5 0.56 0.33
Hex 85 81 25 0 3 48 30 3A 38 21
Octal 205 201 45 0 3 110 60 72 70 41
Binary 10000101 10000001 100101 0 11 1001000 110000 111010 111000 100001

Color Harmonies of #858125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858125

Black with #858125

Text Example


Text Example

White with #858125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858125; }

 p { color: rgb(133,129,37); }

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

background-color css

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

 a { background-color: rgb(133,129,37); }

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

border-color css

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

 span { border-color: rgb(133,129,37); }

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