Html Css Color HEX #687614 Fiji Green

📋 copy color: '#687614'

red 104 ◦ green 118 ◦ blue 20

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

Shades of Fiji Green #687614

Tints of Fiji Green #687614

RGB

 RED value IS 104 (41.02% from 255) = 42.98%

 GREEN value IS 118 (46.48% from 255) = 48.76%

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

R = 42.98%
G = 48.76%
B = 8.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#687614 (or 0x687614) is known color: Fiji Green. HEX triplet: 68, 76 and 14. RGB value is (104,118,20). Sum of RGB (Red+Green+Blue) = 104+118+20=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #687614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687614 is #9789EB. Grayscale: #676767. Windows color (decimal): -9931244 or 1341032. OLE color: 1341032.

HSL color Cylindrical-coordinate representation of color #687614: hue angle of 68.57º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #687614 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 20 -
CMYK 0.12 0 0.83 0.54
HSL 68.57º 0.71% 0.27% -
HSV(B) 68.57º 0.83% 0.46% -
XYZ 12.31 15.95 3.09 -
YUV 102.64 81.36 128.97 -
System Red Green Blue C M Y K H S L
Decimal 104 118 20 0.12 0 0.83 0.54 68.57 0.71 0.27
Hex 68 76 14 C 0 53 36 45 47 1B
Octal 150 166 24 14 0 123 66 105 107 33
Binary 1101000 1110110 10100 1100 0 1010011 110110 1000101 1000111 11011

Color Harmonies of #687614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687614

Black with #687614

Text Example


Text Example

White with #687614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687614; }

 p { color: rgb(104,118,20); }

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

background-color css

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

 a { background-color: rgb(104,118,20); }

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

border-color css

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

 span { border-color: rgb(104,118,20); }

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