#5F6502

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

Shades of Fiji Green #5F6502

Tints of Fiji Green #5F6502

Color information

#5F6502 (or 0x5F6502) is unknown color: approx Fiji Green. HEX triplet: 5F, 65 and 02. RGB value is (95,101,2). Sum of RGB (Red+Green+Blue) = 95+101+2=198 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.98% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6502 is #A09AFD. Grayscale: #585858. Windows color (decimal): -10525438 or 157023. OLE color: 157023.

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

Color convert

RGB951012-
CMYK0.0600.980.60
HSL63.64º96.12%20.2%-
HSV(B)63.64º98.02%39.61%-
XYZ9.3811.741.83-
YUV87.9279.51133.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.98%
GREEN value IS 101 (39.84% from 255) = 51.01%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=47.98%
G=51.01%
B=1.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9510120.0600.980.6063.6496.1220.2
Hex5F65260623C406014
Octal1371452601427410014024
Binary1011111110010110110011000101111001000000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,101,2); }

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

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

 a { background-color: rgb(95,101,2); }

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

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

 span { border-color: rgb(95,101,2); }

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