#637014

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

Shades of Fiji Green #637014

Tints of Fiji Green #637014

Color information

#637014 (or 0x637014) is unknown color: approx Fiji Green. HEX triplet: 63, 70 and 14. RGB value is (99,112,20). Sum of RGB (Red+Green+Blue) = 99+112+20=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #637014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637014 is #9C8FEB. Grayscale: #616161. Windows color (decimal): -10260460 or 1339491. OLE color: 1339491.

HSL color Cylindrical-coordinate representation of color #637014: hue angle of 68.48º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #637014 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB9911220-
CMYK0.1200.820.56
HSL68.48º69.7%25.88%-
HSV(B)68.48º82.14%43.92%-
XYZ11.0714.292.84-
YUV97.6284.19128.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=42.86%
G=48.48%
B=8.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112200.1200.820.5668.4869.725.88
Hex637014C0523844461a
Octal143160241401227010410632
Binary11000111110000101001100010100101110001000100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637014; }

 p { color: rgb(99,112,20); }

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

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

 a { background-color: rgb(99,112,20); }

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

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

 span { border-color: rgb(99,112,20); }

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