#606305

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

Shades of Fiji Green #606305

Tints of Fiji Green #606305

Color information

#606305 (or 0x606305) is unknown color: approx Fiji Green. HEX triplet: 60, 63 and 05. RGB value is (96,99,5). Sum of RGB (Red+Green+Blue) = 96+99+5=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #606305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606305 is #9F9CFA. Grayscale: #575757. Windows color (decimal): -10460411 or 353120. OLE color: 353120.

HSL color Cylindrical-coordinate representation of color #606305: hue angle of 61.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #606305 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB96995-
CMYK0.0300.950.61
HSL61.91º90.38%20.39%-
HSV(B)61.91º94.95%38.82%-
XYZ9.3111.421.86-
YUV87.3981.51134.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 5 (2.34% from 255) = 2.5%
R=48%
G=49.5%
B=2.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal969950.0300.950.6161.9190.3820.39
Hex60635305F3D3e5a14
Octal140143530137757613224
Binary110000011000111011101011111111101111110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606305; }

 p { color: rgb(96,99,5); }

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

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

 a { background-color: rgb(96,99,5); }

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

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

 span { border-color: rgb(96,99,5); }

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