Html Css Color HEX #677010 Fiji Green

📋 copy color: '#677010'

red 103 ◦ green 112 ◦ blue 16

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

Shades of Fiji Green #677010

Tints of Fiji Green #677010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.93%

R = 44.59%
G = 48.48%
B = 6.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#677010 (or 0x677010) is known color: Fiji Green. HEX triplet: 67, 70 and 10. RGB value is (103,112,16). Sum of RGB (Red+Green+Blue) = 103+112+16=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #677010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677010 is #988FEF. Grayscale: #626262. Windows color (decimal): -9998320 or 1077351. OLE color: 1077351.

HSL color Cylindrical-coordinate representation of color #677010: hue angle of 65.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #677010 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 16 -
CMYK 0.08 0 0.86 0.56
HSL 65.63º 0.75% 0.25% -
HSV(B) 65.63º 0.86% 0.44% -
XYZ 11.48 14.51 2.69 -
YUV 98.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 103 112 16 0.08 0 0.86 0.56 65.63 0.75 0.25
Hex 67 70 10 8 0 56 38 42 4B 19
Octal 147 160 20 10 0 126 70 102 113 31
Binary 1100111 1110000 10000 1000 0 1010110 111000 1000010 1001011 11001

Color Harmonies of #677010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677010

Black with #677010

Text Example


Text Example

White with #677010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677010; }

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

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

background-color css

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

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

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

border-color css

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

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

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