Html Css Color HEX #686919 Fiji Green

📋 copy color: '#686919'

red 104 ◦ green 105 ◦ blue 25

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

Shades of Fiji Green #686919

Tints of Fiji Green #686919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.87%

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 44.44%
G = 44.87%
B = 10.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#686919 (or 0x686919) is known color: Fiji Green. HEX triplet: 68, 69 and 19. RGB value is (104,105,25). Sum of RGB (Red+Green+Blue) = 104+105+25=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #686919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686919 is #9796E6. Grayscale: #5F5F5F. Windows color (decimal): -9934567 or 1665384. OLE color: 1665384.

HSL color Cylindrical-coordinate representation of color #686919: hue angle of 60.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #686919 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 105 25 -
CMYK 0.01 0 0.76 0.59
HSL 60.75º 0.62% 0.25% -
HSV(B) 60.75º 0.76% 0.41% -
XYZ 10.94 13.12 2.88 -
YUV 95.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 104 105 25 0.01 0 0.76 0.59 60.75 0.62 0.25
Hex 68 69 19 1 0 4C 3B 3D 3E 19
Octal 150 151 31 1 0 114 73 75 76 31
Binary 1101000 1101001 11001 1 0 1001100 111011 111101 111110 11001

Color Harmonies of #686919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686919

Black with #686919

Text Example


Text Example

White with #686919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686919; }

 p { color: rgb(104,105,25); }

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

background-color css

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

 a { background-color: rgb(104,105,25); }

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

border-color css

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

 span { border-color: rgb(104,105,25); }

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