Html Css Color HEX #687012 Fiji Green

📋 copy color: '#687012'

red 104 ◦ green 112 ◦ blue 18

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

Shades of Fiji Green #687012

Tints of Fiji Green #687012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.86%

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

R = 44.44%
G = 47.86%
B = 7.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#687012 (or 0x687012) is known color: Fiji Green. HEX triplet: 68, 70 and 12. RGB value is (104,112,18). Sum of RGB (Red+Green+Blue) = 104+112+18=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #687012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687012 is #978FED. Grayscale: #636363. Windows color (decimal): -9932782 or 1208424. OLE color: 1208424.

HSL color Cylindrical-coordinate representation of color #687012: hue angle of 65.11º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #687012 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 18 -
CMYK 0.07 0 0.84 0.56
HSL 65.11º 0.72% 0.25% -
HSV(B) 65.11º 0.84% 0.44% -
XYZ 11.61 14.58 2.77 -
YUV 98.89 82.35 131.64 -
System Red Green Blue C M Y K H S L
Decimal 104 112 18 0.07 0 0.84 0.56 65.11 0.72 0.25
Hex 68 70 12 7 0 54 38 41 48 19
Octal 150 160 22 7 0 124 70 101 110 31
Binary 1101000 1110000 10010 111 0 1010100 111000 1000001 1001000 11001

Color Harmonies of #687012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687012

Black with #687012

Text Example


Text Example

White with #687012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687012; }

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

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

background-color css

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

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

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

border-color css

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

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

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