Html Css Color HEX #686F1E Fiji Green

📋 copy color: '#686F1E'

red 104 ◦ green 111 ◦ blue 30

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

Shades of Fiji Green #686F1E

Tints of Fiji Green #686F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.31%

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 42.45%
G = 45.31%
B = 12.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#686F1E (or 0x686F1E) is known color: Fiji Green. HEX triplet: 68, 6F and 1E. RGB value is (104,111,30). Sum of RGB (Red+Green+Blue) = 104+111+30=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #686F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F1E is #9790E1. Grayscale: #636363. Windows color (decimal): -9933026 or 1994600. OLE color: 1994600.

HSL color Cylindrical-coordinate representation of color #686F1E: hue angle of 65.19º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #686F1E is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 111 30 -
CMYK 0.06 0 0.73 0.56
HSL 65.19º 0.57% 0.28% -
HSV(B) 65.19º 0.73% 0.44% -
XYZ 11.63 14.41 3.4 -
YUV 99.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 104 111 30 0.06 0 0.73 0.56 65.19 0.57 0.28
Hex 68 6F 1E 6 0 49 38 41 39 1C
Octal 150 157 36 6 0 111 70 101 71 34
Binary 1101000 1101111 11110 110 0 1001001 111000 1000001 111001 11100

Color Harmonies of #686F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F1E

Black with #686F1E

Text Example


Text Example

White with #686F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686F1E; }

 p { color: rgb(104,111,30); }

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

background-color css

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

 a { background-color: rgb(104,111,30); }

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

border-color css

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

 span { border-color: rgb(104,111,30); }

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