Html Css Color HEX #687220 Fiji Green

📋 copy color: '#687220'

red 104 ◦ green 114 ◦ blue 32

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

Shades of Fiji Green #687220

Tints of Fiji Green #687220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.6%

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 41.6%
G = 45.6%
B = 12.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#687220 (or 0x687220) is known color: Fiji Green. HEX triplet: 68, 72 and 20. RGB value is (104,114,32). Sum of RGB (Red+Green+Blue) = 104+114+32=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #687220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687220 is #978DDF. Grayscale: #656565. Windows color (decimal): -9932256 or 2126440. OLE color: 2126440.

HSL color Cylindrical-coordinate representation of color #687220: hue angle of 67.32º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #687220 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 114 32 -
CMYK 0.09 0 0.72 0.55
HSL 67.32º 0.56% 0.29% -
HSV(B) 67.32º 0.72% 0.45% -
XYZ 11.99 15.08 3.65 -
YUV 101.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 104 114 32 0.09 0 0.72 0.55 67.32 0.56 0.29
Hex 68 72 20 9 0 48 37 43 38 1D
Octal 150 162 40 11 0 110 67 103 70 35
Binary 1101000 1110010 100000 1001 0 1001000 110111 1000011 111000 11101

Color Harmonies of #687220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687220

Black with #687220

Text Example


Text Example

White with #687220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687220; }

 p { color: rgb(104,114,32); }

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

background-color css

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

 a { background-color: rgb(104,114,32); }

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

border-color css

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

 span { border-color: rgb(104,114,32); }

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