Html Css Color HEX #616707 Fiji Green

📋 copy color: '#616707'

red 97 ◦ green 103 ◦ blue 7

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

Shades of Fiji Green #616707

Tints of Fiji Green #616707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.38%

R = 46.86%
G = 49.76%
B = 3.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.60

RGB Variations

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

Color information

#616707 (or 0x616707) is known color: Fiji Green. HEX triplet: 61, 67 and 07. RGB value is (97,103,7). Sum of RGB (Red+Green+Blue) = 97+103+7=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #616707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616707 is #9E98F8. Grayscale: #5A5A5A. Windows color (decimal): -10393849 or 485217. OLE color: 485217.

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

Color convert

RGB 97 103 7 -
CMYK 0.06 0 0.93 0.60
HSL 63.75º 0.87% 0.22% -
HSV(B) 63.75º 0.93% 0.4% -
XYZ 9.82 12.26 2.05 -
YUV 90.26 81.01 132.81 -
System Red Green Blue C M Y K H S L
Decimal 97 103 7 0.06 0 0.93 0.60 63.75 0.87 0.22
Hex 61 67 7 6 0 5D 3C 40 57 16
Octal 141 147 7 6 0 135 74 100 127 26
Binary 1100001 1100111 111 110 0 1011101 111100 1000000 1010111 10110

Color Harmonies of #616707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616707

Black with #616707

Text Example


Text Example

White with #616707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616707; }

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

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

background-color css

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

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

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

border-color css

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

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

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