#5D6700

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

Shades of Fiji Green #5D6700

Tints of Fiji Green #5D6700

Color information

#5D6700 (or 0x5D6700) is unknown color: approx Fiji Green. HEX triplet: 5D, 67 and 00. RGB value is (93,103,0). Sum of RGB (Red+Green+Blue) = 93+103+0=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #5D6700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6700 is #A298FF. Grayscale: #585858. Windows color (decimal): -10656000 or 26461. OLE color: 26461.

HSL color Cylindrical-coordinate representation of color #5D6700: hue angle of 65.83º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D6700 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB931030-
CMYK0.10010.60
HSL65.83º100%20.2%-
HSV(B)65.83º100%40.39%-
XYZ9.3612.031.83-
YUV88.2778.19131.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.45%
GREEN value IS 103 (40.62% from 255) = 52.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.45%
G=52.55%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9310300.10010.6065.8310020.2
Hex5D670A0643C426414
Octal13514701201447410214424
Binary1011101110011101010011001001111001000010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,103,0); }

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

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

 a { background-color: rgb(93,103,0); }

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

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

 span { border-color: rgb(93,103,0); }

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