#627B02

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

Shades of Fiji Green #627B02

Tints of Fiji Green #627B02

Color information

#627B02 (or 0x627B02) is unknown color: approx Fiji Green. HEX triplet: 62, 7B and 02. RGB value is (98,123,2). Sum of RGB (Red+Green+Blue) = 98+123+2=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 123 (48.44% from 255 or 55.16% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 123 - color contains mainly: green. Hex color #627B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627B02 is #9D84FD. Grayscale: #666666. Windows color (decimal): -10323198 or 162658. OLE color: 162658.

HSL color Cylindrical-coordinate representation of color #627B02: hue angle of 72.4º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #627B02 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB981232-
CMYK0.2000.980.52
HSL72.4º96.8%24.51%-
HSV(B)72.4º98.37%48.24%-
XYZ12.1316.772.65-
YUV101.7371.72125.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 123 (48.44% from 255) = 55.16%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=43.95%
G=55.16%
B=0.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9812320.2000.980.5272.496.824.51
Hex627B21406234486119
Octal14217322401426411014131
Binary110001011110111010100011000101101001001000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627B02; }

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

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

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

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

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

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

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

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