Html Css Color HEX #616700 Fiji Green

📋 copy color: '#616700'

red 97 ◦ green 103 ◦ blue 0

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

Shades of Fiji Green #616700

Tints of Fiji Green #616700

RGB

 RED value IS 97 (38.28% from 255) = 48.5%

 GREEN value IS 103 (40.63% from 255) = 51.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.5%
G = 51.5%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#616700 (or 0x616700) is known color: Fiji Green. HEX triplet: 61, 67 and 00. RGB value is (97,103,0). Sum of RGB (Red+Green+Blue) = 97+103+0=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #616700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616700 is #9E98FF. Grayscale: #595959. Windows color (decimal): -10393856 or 26465. OLE color: 26465.

HSL color Cylindrical-coordinate representation of color #616700: hue angle of 63.5º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #616700 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 103 0 -
CMYK 0.06 0 1 0.60
HSL 63.5º 1% 0.2% -
HSV(B) 63.5º 1% 0.4% -
XYZ 9.78 12.24 1.85 -
YUV 89.46 77.51 133.38 -
System Red Green Blue C M Y K H S L
Decimal 97 103 0 0.06 0 1 0.60 63.5 1 0.2
Hex 61 67 0 6 0 64 3C 3F 64 14
Octal 141 147 0 6 0 144 74 77 144 24
Binary 1100001 1100111 0 110 0 1100100 111100 111111 1100100 10100

Color Harmonies of #616700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616700

Black with #616700

Text Example


Text Example

White with #616700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616700; }

 p { color: rgb(97,103,0); }

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

background-color css

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

 a { background-color: rgb(97,103,0); }

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

border-color css

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

 span { border-color: rgb(97,103,0); }

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