Html Css Color HEX #687114 Fiji Green

📋 copy color: '#687114'

red 104 ◦ green 113 ◦ blue 20

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

Shades of Fiji Green #687114

Tints of Fiji Green #687114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.68%

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

R = 43.88%
G = 47.68%
B = 8.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#687114 (or 0x687114) is known color: Fiji Green. HEX triplet: 68, 71 and 14. RGB value is (104,113,20). Sum of RGB (Red+Green+Blue) = 104+113+20=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #687114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687114 is #978EEB. Grayscale: #646464. Windows color (decimal): -9932524 or 1339752. OLE color: 1339752.

HSL color Cylindrical-coordinate representation of color #687114: hue angle of 65.81º 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 #687114 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 20 -
CMYK 0.08 0 0.82 0.56
HSL 65.81º 0.7% 0.26% -
HSV(B) 65.81º 0.82% 0.44% -
XYZ 11.74 14.8 2.9 -
YUV 99.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 104 113 20 0.08 0 0.82 0.56 65.81 0.7 0.26
Hex 68 71 14 8 0 52 38 42 46 1A
Octal 150 161 24 10 0 122 70 102 106 32
Binary 1101000 1110001 10100 1000 0 1010010 111000 1000010 1000110 11010

Color Harmonies of #687114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687114

Black with #687114

Text Example


Text Example

White with #687114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687114; }

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

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

background-color css

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

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

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

border-color css

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

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

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