Html Css Color HEX #687020 Fiji Green

📋 copy color: '#687020'

red 104 ◦ green 112 ◦ blue 32

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

Shades of Fiji Green #687020

Tints of Fiji Green #687020

RGB

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

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

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

R = 41.94%
G = 45.16%
B = 12.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#687020 (or 0x687020) is known color: Fiji Green. HEX triplet: 68, 70 and 20. RGB value is (104,112,32). Sum of RGB (Red+Green+Blue) = 104+112+32=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #687020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687020 is #978FDF. Grayscale: #646464. Windows color (decimal): -9932768 or 2125928. OLE color: 2125928.

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

Color convert

RGB 104 112 32 -
CMYK 0.07 0 0.71 0.56
HSL 66º 0.56% 0.28% -
HSV(B) 66º 0.71% 0.44% -
XYZ 11.76 14.64 3.57 -
YUV 100.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 104 112 32 0.07 0 0.71 0.56 66 0.56 0.28
Hex 68 70 20 7 0 47 38 42 38 1C
Octal 150 160 40 7 0 107 70 102 70 34
Binary 1101000 1110000 100000 111 0 1000111 111000 1000010 111000 11100

Color Harmonies of #687020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687020

Black with #687020

Text Example


Text Example

White with #687020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687020; }

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

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

background-color css

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

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

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

border-color css

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

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

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