Html Css Color HEX #687214 Fiji Green

📋 copy color: '#687214'

red 104 ◦ green 114 ◦ blue 20

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

Shades of Fiji Green #687214

Tints of Fiji Green #687214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

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

R = 43.7%
G = 47.9%
B = 8.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#687214 (or 0x687214) is known color: Fiji Green. HEX triplet: 68, 72 and 14. RGB value is (104,114,20). Sum of RGB (Red+Green+Blue) = 104+114+20=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #687214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687214 is #978DEB. Grayscale: #646464. Windows color (decimal): -9932268 or 1340008. OLE color: 1340008.

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

Color convert

RGB 104 114 20 -
CMYK 0.09 0 0.82 0.55
HSL 66.38º 0.7% 0.26% -
HSV(B) 66.38º 0.82% 0.45% -
XYZ 11.85 15.03 2.94 -
YUV 100.29 82.69 130.64 -
System Red Green Blue C M Y K H S L
Decimal 104 114 20 0.09 0 0.82 0.55 66.38 0.7 0.26
Hex 68 72 14 9 0 52 37 42 46 1A
Octal 150 162 24 11 0 122 67 102 106 32
Binary 1101000 1110010 10100 1001 0 1010010 110111 1000010 1000110 11010

Color Harmonies of #687214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687214

Black with #687214

Text Example


Text Example

White with #687214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687214; }

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

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

background-color css

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

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

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

border-color css

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

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

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