Html Css Color HEX #676F20 Fiji Green

📋 copy color: '#676F20'

red 103 ◦ green 111 ◦ blue 32

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

Shades of Fiji Green #676F20

Tints of Fiji Green #676F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.12%

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

R = 41.87%
G = 45.12%
B = 13.01%

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

#676F20 (or 0x676F20) is known color: Fiji Green. HEX triplet: 67, 6F and 20. RGB value is (103,111,32). Sum of RGB (Red+Green+Blue) = 103+111+32=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #676F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F20 is #9890DF. Grayscale: #636363. Windows color (decimal): -9998560 or 2125671. OLE color: 2125671.

HSL color Cylindrical-coordinate representation of color #676F20: hue angle of 66.08º degrees, saturation: 0.55, 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 #676F20 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 111 32 -
CMYK 0.07 0 0.71 0.56
HSL 66.08º 0.55% 0.28% -
HSV(B) 66.08º 0.71% 0.44% -
XYZ 11.54 14.36 3.53 -
YUV 99.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 103 111 32 0.07 0 0.71 0.56 66.08 0.55 0.28
Hex 67 6F 20 7 0 47 38 42 37 1C
Octal 147 157 40 7 0 107 70 102 67 34
Binary 1100111 1101111 100000 111 0 1000111 111000 1000010 110111 11100

Color Harmonies of #676F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F20

Black with #676F20

Text Example


Text Example

White with #676F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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