Html Css Color HEX #677020 Fiji Green

📋 copy color: '#677020'

red 103 ◦ green 112 ◦ blue 32

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

Shades of Fiji Green #677020

Tints of Fiji Green #677020

RGB

 RED value IS 103 (40.63% from 255) = 41.7%

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

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

R = 41.7%
G = 45.34%
B = 12.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#677020 (or 0x677020) is known color: Fiji Green. HEX triplet: 67, 70 and 20. RGB value is (103,112,32). Sum of RGB (Red+Green+Blue) = 103+112+32=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #677020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677020 is #988FDF. Grayscale: #646464. Windows color (decimal): -9998304 or 2125927. OLE color: 2125927.

HSL color Cylindrical-coordinate representation of color #677020: hue angle of 66.75º 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 #677020 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 32 -
CMYK 0.08 0 0.71 0.56
HSL 66.75º 0.56% 0.28% -
HSV(B) 66.75º 0.71% 0.44% -
XYZ 11.65 14.58 3.57 -
YUV 100.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 103 112 32 0.08 0 0.71 0.56 66.75 0.56 0.28
Hex 67 70 20 8 0 47 38 43 38 1C
Octal 147 160 40 10 0 107 70 103 70 34
Binary 1100111 1110000 100000 1000 0 1000111 111000 1000011 111000 11100

Color Harmonies of #677020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677020

Black with #677020

Text Example


Text Example

White with #677020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677020; }

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

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

background-color css

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

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

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

border-color css

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

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

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