#5D6307

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

Shades of Fiji Green #5D6307

Tints of Fiji Green #5D6307

Color information

#5D6307 (or 0x5D6307) is unknown color: approx Fiji Green. HEX triplet: 5D, 63 and 07. RGB value is (93,99,7). Sum of RGB (Red+Green+Blue) = 93+99+7=199 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.73% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6307 is #A29CF8. Grayscale: #575757. Windows color (decimal): -10657017 or 484189. OLE color: 484189.

HSL color Cylindrical-coordinate representation of color #5D6307: hue angle of 63.91º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D6307 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB93997-
CMYK0.0600.930.61
HSL63.91º86.79%20.78%-
HSV(B)63.91º92.93%38.82%-
XYZ9.0111.271.9-
YUV86.7283.01132.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.73%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 7 (3.12% from 255) = 3.52%
R=46.73%
G=49.75%
B=3.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal939970.0600.930.6163.9186.7920.78
Hex5D637605D3D405715
Octal1351437601357510012725
Binary10111011100011111110010111011111011000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,99,7); }

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

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

 a { background-color: rgb(93,99,7); }

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

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

 span { border-color: rgb(93,99,7); }

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