#626702

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

Shades of Fiji Green #626702

Tints of Fiji Green #626702

Color information

#626702 (or 0x626702) is unknown color: approx Fiji Green. HEX triplet: 62, 67 and 02. RGB value is (98,103,2). Sum of RGB (Red+Green+Blue) = 98+103+2=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #626702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626702 is #9D98FD. Grayscale: #5A5A5A. Windows color (decimal): -10328318 or 157538. OLE color: 157538.

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

Color convert

RGB981032-
CMYK0.0500.980.60
HSL62.97º96.19%20.59%-
HSV(B)62.97º98.06%40.39%-
XYZ9.912.31.91-
YUV89.9978.34133.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 103 (40.62% from 255) = 50.74%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=48.28%
G=50.74%
B=0.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9810320.0500.980.6062.9796.1920.59
Hex6267250623C3f6015
Octal142147250142747714025
Binary110001011001111010101100010111100111111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626702; }

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

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

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

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

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

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

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

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