#5D7725

Color #5D7725 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5D7725

Tints of Fiji Green #5D7725

Color information

#5D7725 (or 0x5D7725) is unknown color: approx Fiji Green. HEX triplet: 5D, 77 and 25. RGB value is (93,119,37). Sum of RGB (Red+Green+Blue) = 93+119+37=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7725 is #A288DA. Grayscale: #666666. Windows color (decimal): -10651867 or 2455389. OLE color: 2455389.

HSL color Cylindrical-coordinate representation of color #5D7725: hue angle of 79.02º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D7725 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB9311937-
CMYK0.2200.690.53
HSL79.02º52.56%30.59%-
HSV(B)79.02º68.91%46.67%-
XYZ11.4415.654.17-
YUV101.8891.39121.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.35%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 37 (14.84% from 255) = 14.86%
R=37.35%
G=47.79%
B=14.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93119370.2200.690.5379.0252.5630.59
Hex5D772516045354f351f
Octal13516745260105651176537
Binary101110111101111001011011001000101110101100111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D7725; }

 p { color: rgb(93,119,37); }

 H1.HeaderClassName
 {
   color: #5D7725;
 }
 .AnyTagClassName
 {
   color: #5D7725;
 }
</style>
background-color css

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

 a { background-color: rgb(93,119,37); }

 div.DivClassName
 {
   background-color: #5D7725;
 }
 .BgClassName
 {
   background-color: #5D7725;
 }
</style>
border-color css

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

 span { border-color: rgb(93,119,37); }

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