#626A0F

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

Shades of Fiji Green #626A0F

Tints of Fiji Green #626A0F

Color information

#626A0F (or 0x626A0F) is unknown color: approx Fiji Green. HEX triplet: 62, 6A and 0F. RGB value is (98,106,15). Sum of RGB (Red+Green+Blue) = 98+106+15=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #626A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626A0F is #9D95F0. Grayscale: #5D5D5D. Windows color (decimal): -10327537 or 1010274. OLE color: 1010274.

HSL color Cylindrical-coordinate representation of color #626A0F: hue angle of 65.27º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #626A0F is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB9810615-
CMYK0.0800.860.58
HSL65.27º75.21%23.73%-
HSV(B)65.27º85.85%41.57%-
XYZ10.2812.942.41-
YUV93.2383.85131.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 106 (41.80% from 255) = 48.40%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=44.75%
G=48.40%
B=6.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98106150.0800.860.5865.2775.2123.73
Hex626AF80563A414b18
Octal142152171001267210111330
Binary1100010110101011111000010101101110101000001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626A0F; }

 p { color: rgb(98,106,15); }

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

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

 a { background-color: rgb(98,106,15); }

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

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

 span { border-color: rgb(98,106,15); }

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