Html Css Color HEX #687512 Fiji Green

📋 copy color: '#687512'

red 104 ◦ green 117 ◦ blue 18

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

Shades of Fiji Green #687512

Tints of Fiji Green #687512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.95%

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 43.51%
G = 48.95%
B = 7.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#687512 (or 0x687512) is known color: Fiji Green. HEX triplet: 68, 75 and 12. RGB value is (104,117,18). Sum of RGB (Red+Green+Blue) = 104+117+18=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #687512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687512 is #978AED. Grayscale: #666666. Windows color (decimal): -9931502 or 1209704. OLE color: 1209704.

HSL color Cylindrical-coordinate representation of color #687512: hue angle of 67.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #687512 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 117 18 -
CMYK 0.11 0 0.85 0.54
HSL 67.88º 0.73% 0.26% -
HSV(B) 67.88º 0.85% 0.46% -
XYZ 12.18 15.71 2.96 -
YUV 101.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 104 117 18 0.11 0 0.85 0.54 67.88 0.73 0.26
Hex 68 75 12 B 0 55 36 44 49 1A
Octal 150 165 22 13 0 125 66 104 111 32
Binary 1101000 1110101 10010 1011 0 1010101 110110 1000100 1001001 11010

Color Harmonies of #687512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687512

Black with #687512

Text Example


Text Example

White with #687512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687512; }

 p { color: rgb(104,117,18); }

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

background-color css

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

 a { background-color: rgb(104,117,18); }

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

border-color css

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

 span { border-color: rgb(104,117,18); }

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