#626704

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

Shades of Fiji Green #626704

Tints of Fiji Green #626704

Color information

#626704 (or 0x626704) is unknown color: approx Fiji Green. HEX triplet: 62, 67 and 04. RGB value is (98,103,4). Sum of RGB (Red+Green+Blue) = 98+103+4=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #626704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626704 is #9D98FB. Grayscale: #5A5A5A. Windows color (decimal): -10328316 or 288610. OLE color: 288610.

HSL color Cylindrical-coordinate representation of color #626704: hue angle of 63.03º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #626704 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB981034-
CMYK0.0500.960.60
HSL63.03º92.52%20.98%-
HSV(B)63.03º96.12%40.39%-
XYZ9.9112.311.97-
YUV90.2279.34133.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 103 (40.62% from 255) = 50.24%
BLUE value IS 4 (1.95% from 255) = 1.95%
R=47.80%
G=50.24%
B=1.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9810340.0500.960.6063.0392.5220.98
Hex6267450603C3f5d15
Octal142147450140747713525
Binary1100010110011110010101100000111100111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626704; }

 p { color: rgb(98,103,4); }

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

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

 a { background-color: rgb(98,103,4); }

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

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

 span { border-color: rgb(98,103,4); }

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