Html Css Color HEX #637314 Fiji Green

📋 copy color: '#637314'

red 99 ◦ green 115 ◦ blue 20

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

Shades of Fiji Green #637314

Tints of Fiji Green #637314

RGB

 RED value IS 99 (39.06% from 255) = 42.31%

 GREEN value IS 115 (45.31% from 255) = 49.15%

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 42.31%
G = 49.15%
B = 8.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#637314 (or 0x637314) is known color: Fiji Green. HEX triplet: 63, 73 and 14. RGB value is (99,115,20). Sum of RGB (Red+Green+Blue) = 99+115+20=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #637314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637314 is #9C8CEB. Grayscale: #636363. Windows color (decimal): -10259692 or 1340259. OLE color: 1340259.

HSL color Cylindrical-coordinate representation of color #637314: hue angle of 70.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #637314 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 115 20 -
CMYK 0.14 0 0.83 0.55
HSL 70.11º 0.7% 0.26% -
HSV(B) 70.11º 0.83% 0.45% -
XYZ 11.4 14.96 2.95 -
YUV 99.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 99 115 20 0.14 0 0.83 0.55 70.11 0.7 0.26
Hex 63 73 14 E 0 53 37 46 46 1A
Octal 143 163 24 16 0 123 67 106 106 32
Binary 1100011 1110011 10100 1110 0 1010011 110111 1000110 1000110 11010

Color Harmonies of #637314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637314

Black with #637314

Text Example


Text Example

White with #637314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637314; }

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

 H1.HeaderClassName
 {
   color: #637314;
 }
 .AnyTagClassName
 {
   color: #637314;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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