#626700

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

Shades of Fiji Green #626700

Tints of Fiji Green #626700

Color information

#626700 (or 0x626700) is unknown color: approx Fiji Green. HEX triplet: 62, 67 and 00. RGB value is (98,103,0). Sum of RGB (Red+Green+Blue) = 98+103+0=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #626700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626700 is #9D98FF. Grayscale: #5A5A5A. Windows color (decimal): -10328320 or 26466. OLE color: 26466.

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

Color convert

RGB981030-
CMYK0.05010.60
HSL62.91º100%20.2%-
HSV(B)62.91º100%40.39%-
XYZ9.8912.31.85-
YUV89.7677.34133.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 103 (40.62% from 255) = 51.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.76%
G=51.24%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9810300.05010.6062.9110020.2
Hex6267050643C3f6414
Octal142147050144747714424
Binary11000101100111010101100100111100111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626700; }

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

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

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

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

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

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

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

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