Html Css Color HEX #637014 Fiji Green

📋 copy color: '#637014'

red 99 ◦ green 112 ◦ blue 20

#637014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #637014

Tints of Fiji Green #637014

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.2% from 255) = 8.66%

R = 42.86%
G = 48.48%
B = 8.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#637014 (or 0x637014) is known color: 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

RGB 99 112 20 -
CMYK 0.12 0 0.82 0.56
HSL 68.48º 0.7% 0.26% -
HSV(B) 68.48º 0.82% 0.44% -
XYZ 11.07 14.29 2.84 -
YUV 97.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 99 112 20 0.12 0 0.82 0.56 68.48 0.7 0.26
Hex 63 70 14 C 0 52 38 44 46 1A
Octal 143 160 24 14 0 122 70 104 106 32
Binary 1100011 1110000 10100 1100 0 1010010 111000 1000100 1000110 11010

Color Harmonies of #637014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637014

Black with #637014

Text Example


Text Example

White with #637014

Text Example


Text Example

HTML Codes & Css Web 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>