#638007

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

Shades of Fiji Green #638007

Tints of Fiji Green #638007

Color information

#638007 (or 0x638007) is unknown color: approx Fiji Green. HEX triplet: 63, 80 and 07. RGB value is (99,128,7). Sum of RGB (Red+Green+Blue) = 99+128+7=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #638007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638007 is #9C7FF8. Grayscale: #696969. Windows color (decimal): -10256377 or 491619. OLE color: 491619.

HSL color Cylindrical-coordinate representation of color #638007: hue angle of 74.38º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #638007 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB991287-
CMYK0.2300.950.50
HSL74.38º89.63%26.47%-
HSV(B)74.38º94.53%50.2%-
XYZ12.918.113.02-
YUV105.5472.39123.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 128 (50.39% from 255) = 54.70%
BLUE value IS 7 (3.12% from 255) = 2.99%
R=42.31%
G=54.70%
B=2.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9912870.2300.950.5074.3889.6326.47
Hex638071705F324a5a1a
Octal14320072701376211213232
Binary11000111000000011110111010111111100101001010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638007; }

 p { color: rgb(99,128,7); }

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

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

 a { background-color: rgb(99,128,7); }

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

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

 span { border-color: rgb(99,128,7); }

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