Html Css Color HEX #686504 Fiji Green

📋 copy color: '#686504'

red 104 ◦ green 101 ◦ blue 4

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

Shades of Fiji Green #686504

Tints of Fiji Green #686504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.33%

 BLUE value IS 4 (1.95% from 255) = 1.91%

R = 49.76%
G = 48.33%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#686504 (or 0x686504) is known color: Fiji Green. HEX triplet: 68, 65 and 04. RGB value is (104,101,4). Sum of RGB (Red+Green+Blue) = 104+101+4=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #686504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686504 is #979AFB. Grayscale: #5B5B5B. Windows color (decimal): -9935612 or 288104. OLE color: 288104.

HSL color Cylindrical-coordinate representation of color #686504: hue angle of 58.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #686504 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 101 4 -
CMYK 0 0.03 0.96 0.59
HSL 58.2º 0.93% 0.21% -
HSV(B) 58.2º 0.96% 0.41% -
XYZ 10.38 12.26 1.93 -
YUV 90.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 104 101 4 0 0.03 0.96 0.59 58.2 0.93 0.21
Hex 68 65 4 0 3 60 3B 3A 5D 15
Octal 150 145 4 0 3 140 73 72 135 25
Binary 1101000 1100101 100 0 11 1100000 111011 111010 1011101 10101

Color Harmonies of #686504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686504

Black with #686504

Text Example


Text Example

White with #686504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686504; }

 p { color: rgb(104,101,4); }

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

background-color css

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

 a { background-color: rgb(104,101,4); }

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

border-color css

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

 span { border-color: rgb(104,101,4); }

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